Html Css Color HEX #5591CE Danube

📋 copy color: '#5591CE'

red 85 ◦ green 145 ◦ blue 206

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

Shades of Danube #5591CE

Tints of Danube #5591CE

RGB

 RED value IS 85 (33.59% from 255) = 19.5%

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 19.5%
G = 33.26%
B = 47.25%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5591CE (or 0x5591CE) is known color: Danube. HEX triplet: 55, 91 and CE. RGB value is (85,145,206). Sum of RGB (Red+Green+Blue) = 85+145+206=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #5591CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591CE is #AA6E31. Grayscale: #858585. Windows color (decimal): -11169330 or 13537621. OLE color: 13537621.

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

Color convert

RGB 85 145 206 -
CMYK 0.59 0.30 0 0.19
HSL 210.25º 0.55% 0.57% -
HSV(B) 210.25º 0.59% 0.81% -
XYZ 25.01 26.64 62.22 -
YUV 134.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 85 145 206 0.59 0.30 0 0.19 210.25 0.55 0.57
Hex 55 91 CE 3B 1E 0 13 D2 37 39
Octal 125 221 316 73 36 0 23 322 67 71
Binary 1010101 10010001 11001110 111011 11110 0 10011 11010010 110111 111001

Color Harmonies of #5591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5591CE

Black with #5591CE

Text Example


Text Example

White with #5591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5591CE;
 }
 .AnyTagClassName
 {
   color: #5591CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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