Shades of Havelock Blue #567EC9
Tints of Havelock Blue #567EC9
RGB
CMYK
RGB Variations
Color information
#567EC9 (or 0x567EC9) is known color: Havelock Blue. HEX triplet: 56, 7E and C9. RGB value is (86,126,201). Sum of RGB (Red+Green+Blue) = 86+126+201=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #567EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC9 is #A98136. Grayscale: #7A7A7A. Windows color (decimal): -11108663 or 13205078. OLE color: 13205078.
HSL color Cylindrical-coordinate representation of color #567EC9: hue angle of 219.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #567EC9 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 126 | 201 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.21 |
| HSL | 219.13º | 0.52% | 0.56% | - |
| HSV(B) | 219.13º | 0.57% | 0.79% | - |
| XYZ | 21.84 | 21.12 | 58.18 | - |
| YUV | 122.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 201 | 0.57 | 0.37 | 0 | 0.21 | 219.13 | 0.52 | 0.56 |
| Hex | 56 | 7E | C9 | 39 | 25 | 0 | 15 | DB | 34 | 38 |
| Octal | 126 | 176 | 311 | 71 | 45 | 0 | 25 | 333 | 64 | 70 |
| Binary | 1010110 | 1111110 | 11001001 | 111001 | 100101 | 0 | 10101 | 11011011 | 110100 | 111000 |
Color Harmonies of #567EC9
Complementary color
Monochromatic Colors of #567EC9
Black with #567EC9
Text Example
Text Example
White with #567EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC9; }
p { color: rgb(86,126,201); }
H1.HeaderClassName
{
color: #567EC9;
}
.AnyTagClassName
{
color: #567EC9;
}
</style>
background-color css
<style>
a { background-color: #567EC9; }
a { background-color: rgb(86,126,201); }
div.DivClassName
{
background-color: #567EC9;
}
.BgClassName
{
background-color: #567EC9;
}
</style>
border-color css
<style>
span { border-color: #567EC9; }
span { border-color: rgb(86,126,201); }
td.TdClassName
{
border-color: #567EC9;
}
.TagClassName
{
border-color: #567EC9;
}
</style>