Shades of Havelock Blue #567BCC
Tints of Havelock Blue #567BCC
RGB
CMYK
RGB Variations
Color information
#567BCC (or 0x567BCC) is known color: Havelock Blue. HEX triplet: 56, 7B and CC. RGB value is (86,123,204). Sum of RGB (Red+Green+Blue) = 86+123+204=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #567BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BCC is #A98433. Grayscale: #787878. Windows color (decimal): -11109428 or 13400918. OLE color: 13400918.
HSL color Cylindrical-coordinate representation of color #567BCC: hue angle of 221.19º 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 #567BCC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 123 | 204 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.2 |
| HSL | 221.19º | 0.54% | 0.57% | - |
| HSV(B) | 221.19º | 0.58% | 0.8% | - |
| XYZ | 21.82 | 20.5 | 59.93 | - |
| YUV | 121.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 204 | 0.58 | 0.40 | 0 | 0.2 | 221.19 | 0.54 | 0.57 |
| Hex | 56 | 7B | CC | 3A | 28 | 0 | 14 | DD | 36 | 39 |
| Octal | 126 | 173 | 314 | 72 | 50 | 0 | 24 | 335 | 66 | 71 |
| Binary | 1010110 | 1111011 | 11001100 | 111010 | 101000 | 0 | 10100 | 11011101 | 110110 | 111001 |
Color Harmonies of #567BCC
Complementary color
Monochromatic Colors of #567BCC
Black with #567BCC
Text Example
Text Example
White with #567BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567BCC; }
p { color: rgb(86,123,204); }
H1.HeaderClassName
{
color: #567BCC;
}
.AnyTagClassName
{
color: #567BCC;
}
</style>
background-color css
<style>
a { background-color: #567BCC; }
a { background-color: rgb(86,123,204); }
div.DivClassName
{
background-color: #567BCC;
}
.BgClassName
{
background-color: #567BCC;
}
</style>
border-color css
<style>
span { border-color: #567BCC; }
span { border-color: rgb(86,123,204); }
td.TdClassName
{
border-color: #567BCC;
}
.TagClassName
{
border-color: #567BCC;
}
</style>