Html Css Color HEX #5972CD Havelock Blue

📋 copy color: '#5972CD'

red 89 ◦ green 114 ◦ blue 205

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

Shades of Havelock Blue #5972CD

Tints of Havelock Blue #5972CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 21.81%
G = 27.94%
B = 50.25%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5972CD (or 0x5972CD) is known color: Havelock Blue. HEX triplet: 59, 72 and CD. RGB value is (89,114,205). Sum of RGB (Red+Green+Blue) = 89+114+205=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5972CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CD is #A68D32. Grayscale: #747474. Windows color (decimal): -10915123 or 13464153. OLE color: 13464153.

HSL color Cylindrical-coordinate representation of color #5972CD: hue angle of 227.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5972CD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 114 205 -
CMYK 0.57 0.44 0 0.20
HSL 227.07º 0.54% 0.58% -
HSV(B) 227.07º 0.57% 0.8% -
XYZ 21.16 18.57 60.23 -
YUV 116.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 89 114 205 0.57 0.44 0 0.20 227.07 0.54 0.58
Hex 59 72 CD 39 2C 0 14 E3 36 3A
Octal 131 162 315 71 54 0 24 343 66 72
Binary 1011001 1110010 11001101 111001 101100 0 10100 11100011 110110 111010

Color Harmonies of #5972CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972CD

Black with #5972CD

Text Example


Text Example

White with #5972CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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