Html Css Color HEX #5987CE Havelock Blue

📋 copy color: '#5987CE'

red 89 ◦ green 135 ◦ blue 206

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

Shades of Havelock Blue #5987CE

Tints of Havelock Blue #5987CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 20.7%
G = 31.4%
B = 47.91%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5987CE (or 0x5987CE) is known color: Havelock Blue. HEX triplet: 59, 87 and CE. RGB value is (89,135,206). Sum of RGB (Red+Green+Blue) = 89+135+206=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #5987CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5987CE is #A67831. Grayscale: #818181. Windows color (decimal): -10909746 or 13535065. OLE color: 13535065.

HSL color Cylindrical-coordinate representation of color #5987CE: hue angle of 216.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5987CE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 135 206 -
CMYK 0.57 0.34 0 0.19
HSL 216.41º 0.54% 0.58% -
HSV(B) 216.41º 0.57% 0.81% -
XYZ 23.92 23.91 61.75 -
YUV 129.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 89 135 206 0.57 0.34 0 0.19 216.41 0.54 0.58
Hex 59 87 CE 39 22 0 13 D8 36 3A
Octal 131 207 316 71 42 0 23 330 66 72
Binary 1011001 10000111 11001110 111001 100010 0 10011 11011000 110110 111010

Color Harmonies of #5987CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5987CE

Black with #5987CE

Text Example


Text Example

White with #5987CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5987CE; }

 p { color: rgb(89,135,206); }

 H1.HeaderClassName
 {
   color: #5987CE;
 }
 .AnyTagClassName
 {
   color: #5987CE;
 }
</style>

background-color css

<style>
 a { background-color: #5987CE; }

 a { background-color: rgb(89,135,206); }

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

border-color css

<style>
 span { border-color: #5987CE; }

 span { border-color: rgb(89,135,206); }

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