#5590BB

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

Shades of Danube #5590BB

Tints of Danube #5590BB

Color information

#5590BB (or 0x5590BB) is unknown color: approx Danube. HEX triplet: 55, 90 and BB. RGB value is (85,144,187). Sum of RGB (Red+Green+Blue) = 85+144+187=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #5590BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BB is #AA6F44. Grayscale: #838383. Windows color (decimal): -11169605 or 12292181. OLE color: 12292181.

HSL color Cylindrical-coordinate representation of color #5590BB: hue angle of 205.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5590BB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85144187-
CMYK0.550.2300.27
HSL205.29º42.86%53.33%-
HSV(B)205.29º54.55%73.33%-
XYZ22.6925.4750.73-
YUV131.26159.4595-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=20.43%
G=34.62%
B=44.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851441870.550.2300.27205.2942.8653.33
Hex5590BB371701Bcd2b35
Octal12522027367270333155365
Binary101010110010000101110111101111011101101111001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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