Html Css Color HEX #5971CE Havelock Blue

📋 copy color: '#5971CE'

red 89 ◦ green 113 ◦ blue 206

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

Shades of Havelock Blue #5971CE

Tints of Havelock Blue #5971CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 21.81%
G = 27.7%
B = 50.49%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5971CE (or 0x5971CE) is known color: Havelock Blue. HEX triplet: 59, 71 and CE. RGB value is (89,113,206). Sum of RGB (Red+Green+Blue) = 89+113+206=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5971CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971CE is #A68E31. Grayscale: #747474. Windows color (decimal): -10915378 or 13529433. OLE color: 13529433.

HSL color Cylindrical-coordinate representation of color #5971CE: hue angle of 227.69º 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 #5971CE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 113 206 -
CMYK 0.57 0.45 0 0.19
HSL 227.69º 0.54% 0.58% -
HSV(B) 227.69º 0.57% 0.81% -
XYZ 21.17 18.39 60.83 -
YUV 116.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 89 113 206 0.57 0.45 0 0.19 227.69 0.54 0.58
Hex 59 71 CE 39 2D 0 13 E4 36 3A
Octal 131 161 316 71 55 0 23 344 66 72
Binary 1011001 1110001 11001110 111001 101101 0 10011 11100100 110110 111010

Color Harmonies of #5971CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971CE

Black with #5971CE

Text Example


Text Example

White with #5971CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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