Html Css Color HEX #5991CC Danube

📋 copy color: '#5991CC'

red 89 ◦ green 145 ◦ blue 204

#5991CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5991CC

Tints of Danube #5991CC

RGB

 RED value IS 89 (35.16% from 255) = 20.32%

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 20.32%
G = 33.11%
B = 46.58%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5991CC (or 0x5991CC) is known color: Danube. HEX triplet: 59, 91 and CC. RGB value is (89,145,204). Sum of RGB (Red+Green+Blue) = 89+145+204=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #5991CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991CC is #A66E33. Grayscale: #868686. Windows color (decimal): -10907188 or 13406553. OLE color: 13406553.

HSL color Cylindrical-coordinate representation of color #5991CC: hue angle of 210.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5991CC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 145 204 -
CMYK 0.56 0.29 0 0.2
HSL 210.78º 0.53% 0.57% -
HSV(B) 210.78º 0.56% 0.8% -
XYZ 25.14 26.73 60.96 -
YUV 134.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 89 145 204 0.56 0.29 0 0.2 210.78 0.53 0.57
Hex 59 91 CC 38 1D 0 14 D3 35 39
Octal 131 221 314 70 35 0 24 323 65 71
Binary 1011001 10010001 11001100 111000 11101 0 10100 11010011 110101 111001

Color Harmonies of #5991CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5991CC

Black with #5991CC

Text Example


Text Example

White with #5991CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5991CC;
 }
 .AnyTagClassName
 {
   color: #5991CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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