Html Css Color HEX #5589CC Havelock Blue

📋 copy color: '#5589CC'

red 85 ◦ green 137 ◦ blue 204

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

Shades of Havelock Blue #5589CC

Tints of Havelock Blue #5589CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

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

R = 19.95%
G = 32.16%
B = 47.89%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5589CC (or 0x5589CC) is known color: Havelock Blue. HEX triplet: 55, 89 and CC. RGB value is (85,137,204). Sum of RGB (Red+Green+Blue) = 85+137+204=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #5589CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589CC is #AA7633. Grayscale: #808080. Windows color (decimal): -11171380 or 13404501. OLE color: 13404501.

HSL color Cylindrical-coordinate representation of color #5589CC: hue angle of 213.78º 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 #5589CC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 137 204 -
CMYK 0.58 0.33 0 0.2
HSL 213.78º 0.54% 0.57% -
HSV(B) 213.78º 0.58% 0.8% -
XYZ 23.59 24.18 60.55 -
YUV 129.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 85 137 204 0.58 0.33 0 0.2 213.78 0.54 0.57
Hex 55 89 CC 3A 21 0 14 D6 36 39
Octal 125 211 314 72 41 0 24 326 66 71
Binary 1010101 10001001 11001100 111010 100001 0 10100 11010110 110110 111001

Color Harmonies of #5589CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589CC

Black with #5589CC

Text Example


Text Example

White with #5589CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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