Html Css Color HEX #5976CB Havelock Blue

📋 copy color: '#5976CB'

red 89 ◦ green 118 ◦ blue 203

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

Shades of Havelock Blue #5976CB

Tints of Havelock Blue #5976CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 21.71%
G = 28.78%
B = 49.51%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5976CB (or 0x5976CB) is known color: Havelock Blue. HEX triplet: 59, 76 and CB. RGB value is (89,118,203). Sum of RGB (Red+Green+Blue) = 89+118+203=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #5976CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976CB is #A68934. Grayscale: #767676. Windows color (decimal): -10914101 or 13334105. OLE color: 13334105.

HSL color Cylindrical-coordinate representation of color #5976CB: hue angle of 224.74º degrees, saturation: 0.52, 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 #5976CB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 118 203 -
CMYK 0.56 0.42 0 0.20
HSL 224.74º 0.52% 0.57% -
HSV(B) 224.74º 0.56% 0.8% -
XYZ 21.38 19.39 59.12 -
YUV 119.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 89 118 203 0.56 0.42 0 0.20 224.74 0.52 0.57
Hex 59 76 CB 38 2A 0 14 E1 34 39
Octal 131 166 313 70 52 0 24 341 64 71
Binary 1011001 1110110 11001011 111000 101010 0 10100 11100001 110100 111001

Color Harmonies of #5976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976CB

Black with #5976CB

Text Example


Text Example

White with #5976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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