Shades of Havelock Blue #567FDC
Tints of Havelock Blue #567FDC
RGB
CMYK
RGB Variations
Color information
#567FDC (or 0x567FDC) is known color: Havelock Blue. HEX triplet: 56, 7F and DC. RGB value is (86,127,220). Sum of RGB (Red+Green+Blue) = 86+127+220=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #567FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FDC is #A98023. Grayscale: #7C7C7C. Windows color (decimal): -11108388 or 14450518. OLE color: 14450518.
HSL color Cylindrical-coordinate representation of color #567FDC: hue angle of 221.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567FDC is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 127 | 220 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.14 |
| HSL | 221.64º | 0.66% | 0.6% | - |
| HSV(B) | 221.64º | 0.61% | 0.86% | - |
| XYZ | 24.35 | 22.32 | 70.74 | - |
| YUV | 125.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 220 | 0.61 | 0.42 | 0 | 0.14 | 221.64 | 0.66 | 0.6 |
| Hex | 56 | 7F | DC | 3D | 2A | 0 | E | DE | 42 | 3C |
| Octal | 126 | 177 | 334 | 75 | 52 | 0 | 16 | 336 | 102 | 74 |
| Binary | 1010110 | 1111111 | 11011100 | 111101 | 101010 | 0 | 1110 | 11011110 | 1000010 | 111100 |
Color Harmonies of #567FDC
Complementary color
Monochromatic Colors of #567FDC
Black with #567FDC
Text Example
Text Example
White with #567FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FDC; }
p { color: rgb(86,127,220); }
H1.HeaderClassName
{
color: #567FDC;
}
.AnyTagClassName
{
color: #567FDC;
}
</style>
background-color css
<style>
a { background-color: #567FDC; }
a { background-color: rgb(86,127,220); }
div.DivClassName
{
background-color: #567FDC;
}
.BgClassName
{
background-color: #567FDC;
}
</style>
border-color css
<style>
span { border-color: #567FDC; }
span { border-color: rgb(86,127,220); }
td.TdClassName
{
border-color: #567FDC;
}
.TagClassName
{
border-color: #567FDC;
}
</style>