Shades of Havelock Blue #5676CB
Tints of Havelock Blue #5676CB
RGB
CMYK
RGB Variations
Color information
#5676CB (or 0x5676CB) is known color: Havelock Blue. HEX triplet: 56, 76 and CB. RGB value is (86,118,203). Sum of RGB (Red+Green+Blue) = 86+118+203=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5676CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676CB is #A98934. Grayscale: #757575. Windows color (decimal): -11110709 or 13334102. OLE color: 13334102.
HSL color Cylindrical-coordinate representation of color #5676CB: hue angle of 223.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5676CB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 118 | 203 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.20 |
| HSL | 223.59º | 0.53% | 0.57% | - |
| HSV(B) | 223.59º | 0.58% | 0.8% | - |
| XYZ | 21.1 | 19.25 | 59.1 | - |
| YUV | 118.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 203 | 0.58 | 0.42 | 0 | 0.20 | 223.59 | 0.53 | 0.57 |
| Hex | 56 | 76 | CB | 3A | 2A | 0 | 14 | E0 | 35 | 39 |
| Octal | 126 | 166 | 313 | 72 | 52 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1010110 | 1110110 | 11001011 | 111010 | 101010 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5676CB
Complementary color
Monochromatic Colors of #5676CB
Black with #5676CB
Text Example
Text Example
White with #5676CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676CB; }
p { color: rgb(86,118,203); }
H1.HeaderClassName
{
color: #5676CB;
}
.AnyTagClassName
{
color: #5676CB;
}
</style>
background-color css
<style>
a { background-color: #5676CB; }
a { background-color: rgb(86,118,203); }
div.DivClassName
{
background-color: #5676CB;
}
.BgClassName
{
background-color: #5676CB;
}
</style>
border-color css
<style>
span { border-color: #5676CB; }
span { border-color: rgb(86,118,203); }
td.TdClassName
{
border-color: #5676CB;
}
.TagClassName
{
border-color: #5676CB;
}
</style>