#5590BD

Color #5590BD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5590BD

Tints of Danube #5590BD

Color information

#5590BD (or 0x5590BD) is unknown color: approx Danube. HEX triplet: 55, 90 and BD. RGB value is (85,144,189). Sum of RGB (Red+Green+Blue) = 85+144+189=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #5590BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BD is #AA6F42. Grayscale: #838383. Windows color (decimal): -11169603 or 12423253. OLE color: 12423253.

HSL color Cylindrical-coordinate representation of color #5590BD: hue angle of 205.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5590BD is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85144189-
CMYK0.550.2400.26
HSL205.96º44.07%53.73%-
HSV(B)205.96º55.03%74.12%-
XYZ22.925.5551.87-
YUV131.49160.4594.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=20.33%
G=34.45%
B=45.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851441890.550.2400.26205.9644.0753.73
Hex5590BD371801Ace2c36
Octal12522027567300323165466
Binary101010110010000101111011101111100001101011001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5590BD; }

 p { color: rgb(85,144,189); }

 H1.HeaderClassName
 {
   color: #5590BD;
 }
 .AnyTagClassName
 {
   color: #5590BD;
 }
</style>
background-color css

<style>
 a { background-color: #5590BD; }

 a { background-color: rgb(85,144,189); }

 div.DivClassName
 {
   background-color: #5590BD;
 }
 .BgClassName
 {
   background-color: #5590BD;
 }
</style>
border-color css

<style>
 span { border-color: #5590BD; }

 span { border-color: rgb(85,144,189); }

 td.TdClassName
 {
   border-color: #5590BD;
 }
 .TagClassName
 {
   border-color: #5590BD;
 }
</style>