Html Css Color HEX #5988CA Havelock Blue

📋 copy color: '#5988CA'

red 89 ◦ green 136 ◦ blue 202

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

Shades of Havelock Blue #5988CA

Tints of Havelock Blue #5988CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 20.84%
G = 31.85%
B = 47.31%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5988CA (or 0x5988CA) is known color: Havelock Blue. HEX triplet: 59, 88 and CA. RGB value is (89,136,202). Sum of RGB (Red+Green+Blue) = 89+136+202=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #5988CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988CA is #A67735. Grayscale: #818181. Windows color (decimal): -10909494 or 13273177. OLE color: 13273177.

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

Color convert

RGB 89 136 202 -
CMYK 0.56 0.33 0 0.21
HSL 215.04º 0.52% 0.57% -
HSV(B) 215.04º 0.56% 0.79% -
XYZ 23.58 24 59.27 -
YUV 129.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 89 136 202 0.56 0.33 0 0.21 215.04 0.52 0.57
Hex 59 88 CA 38 21 0 15 D7 34 39
Octal 131 210 312 70 41 0 25 327 64 71
Binary 1011001 10001000 11001010 111000 100001 0 10101 11010111 110100 111001

Color Harmonies of #5988CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5988CA

Black with #5988CA

Text Example


Text Example

White with #5988CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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