Html Css Color HEX #5988CB Havelock Blue

📋 copy color: '#5988CB'

red 89 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5988CB

Tints of Havelock Blue #5988CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

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

R = 20.79%
G = 31.78%
B = 47.43%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5988CB (or 0x5988CB) is known color: Havelock Blue. HEX triplet: 59, 88 and CB. RGB value is (89,136,203). Sum of RGB (Red+Green+Blue) = 89+136+203=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #5988CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988CB is #A67734. Grayscale: #818181. Windows color (decimal): -10909493 or 13338713. OLE color: 13338713.

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

Color convert

RGB 89 136 203 -
CMYK 0.56 0.33 0 0.20
HSL 215.26º 0.52% 0.57% -
HSV(B) 215.26º 0.56% 0.8% -
XYZ 23.7 24.04 59.89 -
YUV 129.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 89 136 203 0.56 0.33 0 0.20 215.26 0.52 0.57
Hex 59 88 CB 38 21 0 14 D7 34 39
Octal 131 210 313 70 41 0 24 327 64 71
Binary 1011001 10001000 11001011 111000 100001 0 10100 11010111 110100 111001

Color Harmonies of #5988CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5988CB

Black with #5988CB

Text Example


Text Example

White with #5988CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,136,203); }

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

background-color css

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

 a { background-color: rgb(89,136,203); }

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

border-color css

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

 span { border-color: rgb(89,136,203); }

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