Shades of Havelock Blue #567DC6
Tints of Havelock Blue #567DC6
RGB
CMYK
RGB Variations
Color information
#567DC6 (or 0x567DC6) is known color: Havelock Blue. HEX triplet: 56, 7D and C6. RGB value is (86,125,198). Sum of RGB (Red+Green+Blue) = 86+125+198=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #567DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DC6 is #A98239. Grayscale: #797979. Windows color (decimal): -11108922 or 13008214. OLE color: 13008214.
HSL color Cylindrical-coordinate representation of color #567DC6: hue angle of 219.11º 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 #567DC6 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 125 | 198 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.22 |
| HSL | 219.11º | 0.5% | 0.56% | - |
| HSV(B) | 219.11º | 0.57% | 0.78% | - |
| XYZ | 21.36 | 20.72 | 56.3 | - |
| YUV | 121.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 198 | 0.57 | 0.37 | 0 | 0.22 | 219.11 | 0.5 | 0.56 |
| Hex | 56 | 7D | C6 | 39 | 25 | 0 | 16 | DB | 32 | 38 |
| Octal | 126 | 175 | 306 | 71 | 45 | 0 | 26 | 333 | 62 | 70 |
| Binary | 1010110 | 1111101 | 11000110 | 111001 | 100101 | 0 | 10110 | 11011011 | 110010 | 111000 |
Color Harmonies of #567DC6
Complementary color
Monochromatic Colors of #567DC6
Black with #567DC6
Text Example
Text Example
White with #567DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DC6; }
p { color: rgb(86,125,198); }
H1.HeaderClassName
{
color: #567DC6;
}
.AnyTagClassName
{
color: #567DC6;
}
</style>
background-color css
<style>
a { background-color: #567DC6; }
a { background-color: rgb(86,125,198); }
div.DivClassName
{
background-color: #567DC6;
}
.BgClassName
{
background-color: #567DC6;
}
</style>
border-color css
<style>
span { border-color: #567DC6; }
span { border-color: rgb(86,125,198); }
td.TdClassName
{
border-color: #567DC6;
}
.TagClassName
{
border-color: #567DC6;
}
</style>