Shades of Havelock Blue #567DD8
Tints of Havelock Blue #567DD8
RGB
CMYK
RGB Variations
Color information
#567DD8 (or 0x567DD8) is known color: Havelock Blue. HEX triplet: 56, 7D and D8. RGB value is (86,125,216). Sum of RGB (Red+Green+Blue) = 86+125+216=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #567DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DD8 is #A98227. Grayscale: #7B7B7B. Windows color (decimal): -11108904 or 14187862. OLE color: 14187862.
HSL color Cylindrical-coordinate representation of color #567DD8: hue angle of 222º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #567DD8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 125 | 216 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.15 |
| HSL | 222º | 0.63% | 0.59% | - |
| HSV(B) | 222º | 0.6% | 0.85% | - |
| XYZ | 23.57 | 21.6 | 67.89 | - |
| YUV | 123.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 216 | 0.60 | 0.42 | 0 | 0.15 | 222 | 0.63 | 0.59 |
| Hex | 56 | 7D | D8 | 3C | 2A | 0 | F | DE | 3E | 3B |
| Octal | 126 | 175 | 330 | 74 | 52 | 0 | 17 | 336 | 76 | 73 |
| Binary | 1010110 | 1111101 | 11011000 | 111100 | 101010 | 0 | 1111 | 11011110 | 111110 | 111011 |
Color Harmonies of #567DD8
Complementary color
Monochromatic Colors of #567DD8
Black with #567DD8
Text Example
Text Example
White with #567DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DD8; }
p { color: rgb(86,125,216); }
H1.HeaderClassName
{
color: #567DD8;
}
.AnyTagClassName
{
color: #567DD8;
}
</style>
background-color css
<style>
a { background-color: #567DD8; }
a { background-color: rgb(86,125,216); }
div.DivClassName
{
background-color: #567DD8;
}
.BgClassName
{
background-color: #567DD8;
}
</style>
border-color css
<style>
span { border-color: #567DD8; }
span { border-color: rgb(86,125,216); }
td.TdClassName
{
border-color: #567DD8;
}
.TagClassName
{
border-color: #567DD8;
}
</style>