Shades of Havelock Blue #567EC6
Tints of Havelock Blue #567EC6
RGB
CMYK
RGB Variations
Color information
#567EC6 (or 0x567EC6) is known color: Havelock Blue. HEX triplet: 56, 7E and C6. RGB value is (86,126,198). Sum of RGB (Red+Green+Blue) = 86+126+198=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #567EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC6 is #A98139. Grayscale: #797979. Windows color (decimal): -11108666 or 13008470. OLE color: 13008470.
HSL color Cylindrical-coordinate representation of color #567EC6: hue angle of 218.57º degrees, saturation: 0.5, 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 #567EC6 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 126 | 198 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.22 |
| HSL | 218.57º | 0.5% | 0.56% | - |
| HSV(B) | 218.57º | 0.57% | 0.78% | - |
| XYZ | 21.49 | 20.98 | 56.34 | - |
| YUV | 122.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 198 | 0.57 | 0.36 | 0 | 0.22 | 218.57 | 0.5 | 0.56 |
| Hex | 56 | 7E | C6 | 39 | 24 | 0 | 16 | DB | 32 | 38 |
| Octal | 126 | 176 | 306 | 71 | 44 | 0 | 26 | 333 | 62 | 70 |
| Binary | 1010110 | 1111110 | 11000110 | 111001 | 100100 | 0 | 10110 | 11011011 | 110010 | 111000 |
Color Harmonies of #567EC6
Complementary color
Monochromatic Colors of #567EC6
Black with #567EC6
Text Example
Text Example
White with #567EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC6; }
p { color: rgb(86,126,198); }
H1.HeaderClassName
{
color: #567EC6;
}
.AnyTagClassName
{
color: #567EC6;
}
</style>
background-color css
<style>
a { background-color: #567EC6; }
a { background-color: rgb(86,126,198); }
div.DivClassName
{
background-color: #567EC6;
}
.BgClassName
{
background-color: #567EC6;
}
</style>
border-color css
<style>
span { border-color: #567EC6; }
span { border-color: rgb(86,126,198); }
td.TdClassName
{
border-color: #567EC6;
}
.TagClassName
{
border-color: #567EC6;
}
</style>