Html Css Color HEX #5971CF Havelock Blue

📋 copy color: '#5971CF'

red 89 ◦ green 113 ◦ blue 207

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

Shades of Havelock Blue #5971CF

Tints of Havelock Blue #5971CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 21.76%
G = 27.63%
B = 50.61%

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

#5971CF (or 0x5971CF) is known color: Havelock Blue. HEX triplet: 59, 71 and CF. RGB value is (89,113,207). Sum of RGB (Red+Green+Blue) = 89+113+207=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #5971CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971CF is #A68E30. Grayscale: #747474. Windows color (decimal): -10915377 or 13594969. OLE color: 13594969.

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

Color convert

RGB 89 113 207 -
CMYK 0.57 0.45 0 0.19
HSL 227.8º 0.55% 0.58% -
HSV(B) 227.8º 0.57% 0.81% -
XYZ 21.29 18.44 61.47 -
YUV 116.54 179.05 108.36 -
System Red Green Blue C M Y K H S L
Decimal 89 113 207 0.57 0.45 0 0.19 227.8 0.55 0.58
Hex 59 71 CF 39 2D 0 13 E4 37 3A
Octal 131 161 317 71 55 0 23 344 67 72
Binary 1011001 1110001 11001111 111001 101101 0 10011 11100100 110111 111010

Color Harmonies of #5971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971CF

Black with #5971CF

Text Example


Text Example

White with #5971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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