Shades of Havelock Blue #5976BC
Tints of Havelock Blue #5976BC
RGB
CMYK
RGB Variations
Color information
#5976BC (or 0x5976BC) is known color: Havelock Blue. HEX triplet: 59, 76 and BC. RGB value is (89,118,188). Sum of RGB (Red+Green+Blue) = 89+118+188=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #5976BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976BC is #A68943. Grayscale: #757575. Windows color (decimal): -10914116 or 12351065. OLE color: 12351065.
HSL color Cylindrical-coordinate representation of color #5976BC: hue angle of 222.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5976BC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 118 | 188 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.26 |
| HSL | 222.42º | 0.42% | 0.54% | - |
| HSV(B) | 222.42º | 0.53% | 0.74% | - |
| XYZ | 19.68 | 18.71 | 50.15 | - |
| YUV | 117.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 188 | 0.53 | 0.37 | 0 | 0.26 | 222.42 | 0.42 | 0.54 |
| Hex | 59 | 76 | BC | 35 | 25 | 0 | 1A | DE | 2A | 36 |
| Octal | 131 | 166 | 274 | 65 | 45 | 0 | 32 | 336 | 52 | 66 |
| Binary | 1011001 | 1110110 | 10111100 | 110101 | 100101 | 0 | 11010 | 11011110 | 101010 | 110110 |
Color Harmonies of #5976BC
Complementary color
Monochromatic Colors of #5976BC
Black with #5976BC
Text Example
Text Example
White with #5976BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976BC; }
p { color: rgb(89,118,188); }
H1.HeaderClassName
{
color: #5976BC;
}
.AnyTagClassName
{
color: #5976BC;
}
</style>
background-color css
<style>
a { background-color: #5976BC; }
a { background-color: rgb(89,118,188); }
div.DivClassName
{
background-color: #5976BC;
}
.BgClassName
{
background-color: #5976BC;
}
</style>
border-color css
<style>
span { border-color: #5976BC; }
span { border-color: rgb(89,118,188); }
td.TdClassName
{
border-color: #5976BC;
}
.TagClassName
{
border-color: #5976BC;
}
</style>