Shades of Havelock Blue #567BCE
Tints of Havelock Blue #567BCE
RGB
CMYK
RGB Variations
Color information
#567BCE (or 0x567BCE) is known color: Havelock Blue. HEX triplet: 56, 7B and CE. RGB value is (86,123,206). Sum of RGB (Red+Green+Blue) = 86+123+206=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #567BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BCE is #A98431. Grayscale: #797979. Windows color (decimal): -11109426 or 13531990. OLE color: 13531990.
HSL color Cylindrical-coordinate representation of color #567BCE: hue angle of 221.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567BCE is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 123 | 206 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.19 |
| HSL | 221.5º | 0.55% | 0.57% | - |
| HSV(B) | 221.5º | 0.58% | 0.81% | - |
| XYZ | 22.06 | 20.6 | 61.21 | - |
| YUV | 121.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 206 | 0.58 | 0.40 | 0 | 0.19 | 221.5 | 0.55 | 0.57 |
| Hex | 56 | 7B | CE | 3A | 28 | 0 | 13 | DE | 37 | 39 |
| Octal | 126 | 173 | 316 | 72 | 50 | 0 | 23 | 336 | 67 | 71 |
| Binary | 1010110 | 1111011 | 11001110 | 111010 | 101000 | 0 | 10011 | 11011110 | 110111 | 111001 |
Color Harmonies of #567BCE
Complementary color
Monochromatic Colors of #567BCE
Black with #567BCE
Text Example
Text Example
White with #567BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567BCE; }
p { color: rgb(86,123,206); }
H1.HeaderClassName
{
color: #567BCE;
}
.AnyTagClassName
{
color: #567BCE;
}
</style>
background-color css
<style>
a { background-color: #567BCE; }
a { background-color: rgb(86,123,206); }
div.DivClassName
{
background-color: #567BCE;
}
.BgClassName
{
background-color: #567BCE;
}
</style>
border-color css
<style>
span { border-color: #567BCE; }
span { border-color: rgb(86,123,206); }
td.TdClassName
{
border-color: #567BCE;
}
.TagClassName
{
border-color: #567BCE;
}
</style>