Html Css Color HEX #5976CC Havelock Blue

📋 copy color: '#5976CC'

red 89 ◦ green 118 ◦ blue 204

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

Shades of Havelock Blue #5976CC

Tints of Havelock Blue #5976CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 21.65%
G = 28.71%
B = 49.64%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5976CC (or 0x5976CC) is known color: Havelock Blue. HEX triplet: 59, 76 and CC. RGB value is (89,118,204). Sum of RGB (Red+Green+Blue) = 89+118+204=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5976CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976CC is #A68933. Grayscale: #767676. Windows color (decimal): -10914100 or 13399641. OLE color: 13399641.

HSL color Cylindrical-coordinate representation of color #5976CC: hue angle of 224.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5976CC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 118 204 -
CMYK 0.56 0.42 0 0.2
HSL 224.87º 0.53% 0.57% -
HSV(B) 224.87º 0.56% 0.8% -
XYZ 21.5 19.44 59.75 -
YUV 119.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 89 118 204 0.56 0.42 0 0.2 224.87 0.53 0.57
Hex 59 76 CC 38 2A 0 14 E1 35 39
Octal 131 166 314 70 52 0 24 341 65 71
Binary 1011001 1110110 11001100 111000 101010 0 10100 11100001 110101 111001

Color Harmonies of #5976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976CC

Black with #5976CC

Text Example


Text Example

White with #5976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5976CC; }

 p { color: rgb(89,118,204); }

 H1.HeaderClassName
 {
   color: #5976CC;
 }
 .AnyTagClassName
 {
   color: #5976CC;
 }
</style>

background-color css

<style>
 a { background-color: #5976CC; }

 a { background-color: rgb(89,118,204); }

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

border-color css

<style>
 span { border-color: #5976CC; }

 span { border-color: rgb(89,118,204); }

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