Html Css Color HEX #5972CF Havelock Blue

📋 copy color: '#5972CF'

red 89 ◦ green 114 ◦ blue 207

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

Shades of Havelock Blue #5972CF

Tints of Havelock Blue #5972CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 21.71%
G = 27.8%
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

#5972CF (or 0x5972CF) is known color: Havelock Blue. HEX triplet: 59, 72 and CF. RGB value is (89,114,207). Sum of RGB (Red+Green+Blue) = 89+114+207=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #5972CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CF is #A68D30. Grayscale: #747474. Windows color (decimal): -10915121 or 13595225. OLE color: 13595225.

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

Color convert

RGB 89 114 207 -
CMYK 0.57 0.45 0 0.19
HSL 227.29º 0.55% 0.58% -
HSV(B) 227.29º 0.57% 0.81% -
XYZ 21.4 18.66 61.51 -
YUV 117.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 89 114 207 0.57 0.45 0 0.19 227.29 0.55 0.58
Hex 59 72 CF 39 2D 0 13 E3 37 3A
Octal 131 162 317 71 55 0 23 343 67 72
Binary 1011001 1110010 11001111 111001 101101 0 10011 11100011 110111 111010

Color Harmonies of #5972CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972CF

Black with #5972CF

Text Example


Text Example

White with #5972CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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