Shades of Havelock Blue #5676C8
Tints of Havelock Blue #5676C8
RGB
CMYK
RGB Variations
Color information
#5676C8 (or 0x5676C8) is known color: Havelock Blue. HEX triplet: 56, 76 and C8. RGB value is (86,118,200). Sum of RGB (Red+Green+Blue) = 86+118+200=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #5676C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676C8 is #A98937. Grayscale: #757575. Windows color (decimal): -11110712 or 13137494. OLE color: 13137494.
HSL color Cylindrical-coordinate representation of color #5676C8: hue angle of 223.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5676C8 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 118 | 200 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.22 |
| HSL | 223.16º | 0.51% | 0.56% | - |
| HSV(B) | 223.16º | 0.57% | 0.78% | - |
| XYZ | 20.74 | 19.11 | 57.24 | - |
| YUV | 117.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 200 | 0.57 | 0.41 | 0 | 0.22 | 223.16 | 0.51 | 0.56 |
| Hex | 56 | 76 | C8 | 39 | 29 | 0 | 16 | DF | 33 | 38 |
| Octal | 126 | 166 | 310 | 71 | 51 | 0 | 26 | 337 | 63 | 70 |
| Binary | 1010110 | 1110110 | 11001000 | 111001 | 101001 | 0 | 10110 | 11011111 | 110011 | 111000 |
Color Harmonies of #5676C8
Complementary color
Monochromatic Colors of #5676C8
Black with #5676C8
Text Example
Text Example
White with #5676C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5676C8; }
p { color: rgb(86,118,200); }
H1.HeaderClassName
{
color: #5676C8;
}
.AnyTagClassName
{
color: #5676C8;
}
</style>
background-color css
<style>
a { background-color: #5676C8; }
a { background-color: rgb(86,118,200); }
div.DivClassName
{
background-color: #5676C8;
}
.BgClassName
{
background-color: #5676C8;
}
</style>
border-color css
<style>
span { border-color: #5676C8; }
span { border-color: rgb(86,118,200); }
td.TdClassName
{
border-color: #5676C8;
}
.TagClassName
{
border-color: #5676C8;
}
</style>