Html Css Color HEX #5972CA Havelock Blue

📋 copy color: '#5972CA'

red 89 ◦ green 114 ◦ blue 202

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

Shades of Havelock Blue #5972CA

Tints of Havelock Blue #5972CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 21.98%
G = 28.15%
B = 49.88%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5972CA (or 0x5972CA) is known color: Havelock Blue. HEX triplet: 59, 72 and CA. RGB value is (89,114,202). Sum of RGB (Red+Green+Blue) = 89+114+202=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #5972CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CA is #A68D35. Grayscale: #747474. Windows color (decimal): -10915126 or 13267545. OLE color: 13267545.

HSL color Cylindrical-coordinate representation of color #5972CA: hue angle of 226.73º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5972CA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 114 202 -
CMYK 0.56 0.44 0 0.21
HSL 226.73º 0.52% 0.57% -
HSV(B) 226.73º 0.56% 0.79% -
XYZ 20.8 18.42 58.34 -
YUV 116.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 89 114 202 0.56 0.44 0 0.21 226.73 0.52 0.57
Hex 59 72 CA 38 2C 0 15 E3 34 39
Octal 131 162 312 70 54 0 25 343 64 71
Binary 1011001 1110010 11001010 111000 101100 0 10101 11100011 110100 111001

Color Harmonies of #5972CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972CA

Black with #5972CA

Text Example


Text Example

White with #5972CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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