Html Css Color HEX #5991BC Danube

📋 copy color: '#5991BC'

red 89 ◦ green 145 ◦ blue 188

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

Shades of Danube #5991BC

Tints of Danube #5991BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 21.09%
G = 34.36%
B = 44.55%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5991BC (or 0x5991BC) is known color: Danube. HEX triplet: 59, 91 and BC. RGB value is (89,145,188). Sum of RGB (Red+Green+Blue) = 89+145+188=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #5991BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991BC is #A66E43. Grayscale: #848484. Windows color (decimal): -10907204 or 12357977. OLE color: 12357977.

HSL color Cylindrical-coordinate representation of color #5991BC: hue angle of 206.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5991BC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 145 188 -
CMYK 0.53 0.23 0 0.26
HSL 206.06º 0.42% 0.54% -
HSV(B) 206.06º 0.53% 0.74% -
XYZ 23.32 26.01 51.37 -
YUV 133.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 89 145 188 0.53 0.23 0 0.26 206.06 0.42 0.54
Hex 59 91 BC 35 17 0 1A CE 2A 36
Octal 131 221 274 65 27 0 32 316 52 66
Binary 1011001 10010001 10111100 110101 10111 0 11010 11001110 101010 110110

Color Harmonies of #5991BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5991BC

Black with #5991BC

Text Example


Text Example

White with #5991BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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