Shades of Havelock Blue #567DCC
Tints of Havelock Blue #567DCC
RGB
CMYK
RGB Variations
Color information
#567DCC (or 0x567DCC) is known color: Havelock Blue. HEX triplet: 56, 7D and CC. RGB value is (86,125,204). Sum of RGB (Red+Green+Blue) = 86+125+204=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #567DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DCC is #A98233. Grayscale: #797979. Windows color (decimal): -11108916 or 13401430. OLE color: 13401430.
HSL color Cylindrical-coordinate representation of color #567DCC: hue angle of 220.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567DCC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 125 | 204 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.2 |
| HSL | 220.17º | 0.54% | 0.57% | - |
| HSV(B) | 220.17º | 0.58% | 0.8% | - |
| XYZ | 22.07 | 21.01 | 60.02 | - |
| YUV | 122.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 204 | 0.58 | 0.39 | 0 | 0.2 | 220.17 | 0.54 | 0.57 |
| Hex | 56 | 7D | CC | 3A | 27 | 0 | 14 | DC | 36 | 39 |
| Octal | 126 | 175 | 314 | 72 | 47 | 0 | 24 | 334 | 66 | 71 |
| Binary | 1010110 | 1111101 | 11001100 | 111010 | 100111 | 0 | 10100 | 11011100 | 110110 | 111001 |
Color Harmonies of #567DCC
Complementary color
Monochromatic Colors of #567DCC
Black with #567DCC
Text Example
Text Example
White with #567DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DCC; }
p { color: rgb(86,125,204); }
H1.HeaderClassName
{
color: #567DCC;
}
.AnyTagClassName
{
color: #567DCC;
}
</style>
background-color css
<style>
a { background-color: #567DCC; }
a { background-color: rgb(86,125,204); }
div.DivClassName
{
background-color: #567DCC;
}
.BgClassName
{
background-color: #567DCC;
}
</style>
border-color css
<style>
span { border-color: #567DCC; }
span { border-color: rgb(86,125,204); }
td.TdClassName
{
border-color: #567DCC;
}
.TagClassName
{
border-color: #567DCC;
}
</style>