#5991CE

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

Shades of Danube #5991CE

Tints of Danube #5991CE

Color information

#5991CE (or 0x5991CE) is unknown color: approx Danube. HEX triplet: 59, 91 and CE. RGB value is (89,145,206). Sum of RGB (Red+Green+Blue) = 89+145+206=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #5991CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991CE is #A66E31. Grayscale: #868686. Windows color (decimal): -10907186 or 13537625. OLE color: 13537625.

HSL color Cylindrical-coordinate representation of color #5991CE: hue angle of 211.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5991CE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89145206-
CMYK0.570.3000.19
HSL211.28º54.42%57.84%-
HSV(B)211.28º56.8%80.78%-
XYZ25.3926.8362.23-
YUV135.21167.9595.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.23%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=20.23%
G=32.95%
B=46.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891452060.570.3000.19211.2854.4257.84
Hex5991CE391E013d3363a
Octal13122131671360233236672
Binary101100110010001110011101110011111001001111010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5991CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5991CE; }

 p { color: rgb(89,145,206); }

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

<style>
 a { background-color: #5991CE; }

 a { background-color: rgb(89,145,206); }

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

<style>
 span { border-color: #5991CE; }

 span { border-color: rgb(89,145,206); }

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