Html Css Color HEX #5591CC Danube

📋 copy color: '#5591CC'

red 85 ◦ green 145 ◦ blue 204

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

Shades of Danube #5591CC

Tints of Danube #5591CC

RGB

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

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

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

R = 19.59%
G = 33.41%
B = 47%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5591CC (or 0x5591CC) is known color: Danube. HEX triplet: 55, 91 and CC. RGB value is (85,145,204). Sum of RGB (Red+Green+Blue) = 85+145+204=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5591CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591CC is #AA6E33. Grayscale: #858585. Windows color (decimal): -11169332 or 13406549. OLE color: 13406549.

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

Color convert

RGB 85 145 204 -
CMYK 0.58 0.29 0 0.2
HSL 209.75º 0.54% 0.57% -
HSV(B) 209.75º 0.58% 0.8% -
XYZ 24.77 26.54 60.94 -
YUV 133.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 85 145 204 0.58 0.29 0 0.2 209.75 0.54 0.57
Hex 55 91 CC 3A 1D 0 14 D2 36 39
Octal 125 221 314 72 35 0 24 322 66 71
Binary 1010101 10010001 11001100 111010 11101 0 10100 11010010 110110 111001

Color Harmonies of #5591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5591CC

Black with #5591CC

Text Example


Text Example

White with #5591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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