#5990D0

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

Shades of Danube #5990D0

Tints of Danube #5990D0

Color information

#5990D0 (or 0x5990D0) is unknown color: approx Danube. HEX triplet: 59, 90 and D0. RGB value is (89,144,208). Sum of RGB (Red+Green+Blue) = 89+144+208=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #5990D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990D0 is #A66F2F. Grayscale: #868686. Windows color (decimal): -10907440 or 13668441. OLE color: 13668441.

HSL color Cylindrical-coordinate representation of color #5990D0: hue angle of 212.27º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5990D0 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89144208-
CMYK0.570.3100.18
HSL212.27º55.87%58.24%-
HSV(B)212.27º57.21%81.57%-
XYZ25.4826.6263.47-
YUV134.85169.2895.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=20.18%
G=32.65%
B=47.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891442080.570.3100.18212.2755.8758.24
Hex5990D0391F012d4383a
Octal13122032071370223247072
Binary101100110010000110100001110011111101001011010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5990D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5990D0; }

 p { color: rgb(89,144,208); }

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

<style>
 a { background-color: #5990D0; }

 a { background-color: rgb(89,144,208); }

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

<style>
 span { border-color: #5990D0; }

 span { border-color: rgb(89,144,208); }

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