Html Css Color HEX #5589CB Havelock Blue

📋 copy color: '#5589CB'

red 85 ◦ green 137 ◦ blue 203

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

Shades of Havelock Blue #5589CB

Tints of Havelock Blue #5589CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 20%
G = 32.24%
B = 47.76%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5589CB (or 0x5589CB) is known color: Havelock Blue. HEX triplet: 55, 89 and CB. RGB value is (85,137,203). Sum of RGB (Red+Green+Blue) = 85+137+203=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5589CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589CB is #AA7634. Grayscale: #808080. Windows color (decimal): -11171381 or 13338965. OLE color: 13338965.

HSL color Cylindrical-coordinate representation of color #5589CB: hue angle of 213.56º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5589CB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 137 203 -
CMYK 0.58 0.33 0 0.20
HSL 213.56º 0.53% 0.56% -
HSV(B) 213.56º 0.58% 0.8% -
XYZ 23.47 24.13 59.92 -
YUV 128.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 85 137 203 0.58 0.33 0 0.20 213.56 0.53 0.56
Hex 55 89 CB 3A 21 0 14 D6 35 38
Octal 125 211 313 72 41 0 24 326 65 70
Binary 1010101 10001001 11001011 111010 100001 0 10100 11010110 110101 111000

Color Harmonies of #5589CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589CB

Black with #5589CB

Text Example


Text Example

White with #5589CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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