Shades of Havelock Blue #5976C3
Tints of Havelock Blue #5976C3
RGB
CMYK
RGB Variations
Color information
#5976C3 (or 0x5976C3) is known color: Havelock Blue. HEX triplet: 59, 76 and C3. RGB value is (89,118,195). Sum of RGB (Red+Green+Blue) = 89+118+195=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #5976C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976C3 is #A6893C. Grayscale: #757575. Windows color (decimal): -10914109 or 12809817. OLE color: 12809817.
HSL color Cylindrical-coordinate representation of color #5976C3: hue angle of 223.58º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5976C3 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 118 | 195 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.24 |
| HSL | 223.58º | 0.47% | 0.56% | - |
| HSV(B) | 223.58º | 0.54% | 0.76% | - |
| XYZ | 20.45 | 19.02 | 54.22 | - |
| YUV | 118.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 195 | 0.54 | 0.39 | 0 | 0.24 | 223.58 | 0.47 | 0.56 |
| Hex | 59 | 76 | C3 | 36 | 27 | 0 | 18 | E0 | 2F | 38 |
| Octal | 131 | 166 | 303 | 66 | 47 | 0 | 30 | 340 | 57 | 70 |
| Binary | 1011001 | 1110110 | 11000011 | 110110 | 100111 | 0 | 11000 | 11100000 | 101111 | 111000 |
Color Harmonies of #5976C3
Complementary color
Monochromatic Colors of #5976C3
Black with #5976C3
Text Example
Text Example
White with #5976C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976C3; }
p { color: rgb(89,118,195); }
H1.HeaderClassName
{
color: #5976C3;
}
.AnyTagClassName
{
color: #5976C3;
}
</style>
background-color css
<style>
a { background-color: #5976C3; }
a { background-color: rgb(89,118,195); }
div.DivClassName
{
background-color: #5976C3;
}
.BgClassName
{
background-color: #5976C3;
}
</style>
border-color css
<style>
span { border-color: #5976C3; }
span { border-color: rgb(89,118,195); }
td.TdClassName
{
border-color: #5976C3;
}
.TagClassName
{
border-color: #5976C3;
}
</style>