Html Css Color HEX #5976BA Havelock Blue

📋 copy color: '#5976BA'

red 89 ◦ green 118 ◦ blue 186

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

Shades of Havelock Blue #5976BA

Tints of Havelock Blue #5976BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 22.65%
G = 30.03%
B = 47.33%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5976BA (or 0x5976BA) is known color: Havelock Blue. HEX triplet: 59, 76 and BA. RGB value is (89,118,186). Sum of RGB (Red+Green+Blue) = 89+118+186=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #5976BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976BA is #A68945. Grayscale: #747474. Windows color (decimal): -10914118 or 12219993. OLE color: 12219993.

HSL color Cylindrical-coordinate representation of color #5976BA: hue angle of 222.06º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5976BA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 118 186 -
CMYK 0.52 0.37 0 0.27
HSL 222.06º 0.41% 0.54% -
HSV(B) 222.06º 0.52% 0.73% -
XYZ 19.46 18.63 49.02 -
YUV 117.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 89 118 186 0.52 0.37 0 0.27 222.06 0.41 0.54
Hex 59 76 BA 34 25 0 1B DE 29 36
Octal 131 166 272 64 45 0 33 336 51 66
Binary 1011001 1110110 10111010 110100 100101 0 11011 11011110 101001 110110

Color Harmonies of #5976BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976BA

Black with #5976BA

Text Example


Text Example

White with #5976BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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