Html Css Color HEX #5976BB Havelock Blue

📋 copy color: '#5976BB'

red 89 ◦ green 118 ◦ blue 187

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

Shades of Havelock Blue #5976BB

Tints of Havelock Blue #5976BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 22.59%
G = 29.95%
B = 47.46%

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

#5976BB (or 0x5976BB) is known color: Havelock Blue. HEX triplet: 59, 76 and BB. RGB value is (89,118,187). Sum of RGB (Red+Green+Blue) = 89+118+187=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #5976BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976BB is #A68944. Grayscale: #747474. Windows color (decimal): -10914117 or 12285529. OLE color: 12285529.

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

Color convert

RGB 89 118 187 -
CMYK 0.52 0.37 0 0.27
HSL 222.24º 0.42% 0.54% -
HSV(B) 222.24º 0.52% 0.73% -
XYZ 19.57 18.67 49.59 -
YUV 117.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 89 118 187 0.52 0.37 0 0.27 222.24 0.42 0.54
Hex 59 76 BB 34 25 0 1B DE 2A 36
Octal 131 166 273 64 45 0 33 336 52 66
Binary 1011001 1110110 10111011 110100 100101 0 11011 11011110 101010 110110

Color Harmonies of #5976BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976BB

Black with #5976BB

Text Example


Text Example

White with #5976BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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