Shades of Havelock Blue #567EC1
Tints of Havelock Blue #567EC1
RGB
CMYK
RGB Variations
Color information
#567EC1 (or 0x567EC1) is known color: Havelock Blue. HEX triplet: 56, 7E and C1. RGB value is (86,126,193). Sum of RGB (Red+Green+Blue) = 86+126+193=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #567EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC1 is #A9813E. Grayscale: #797979. Windows color (decimal): -11108671 or 12680790. OLE color: 12680790.
HSL color Cylindrical-coordinate representation of color #567EC1: hue angle of 217.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #567EC1 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 126 | 193 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.24 |
| HSL | 217.57º | 0.46% | 0.55% | - |
| HSV(B) | 217.57º | 0.55% | 0.76% | - |
| XYZ | 20.92 | 20.75 | 53.35 | - |
| YUV | 121.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 193 | 0.55 | 0.35 | 0 | 0.24 | 217.57 | 0.46 | 0.55 |
| Hex | 56 | 7E | C1 | 37 | 23 | 0 | 18 | DA | 2E | 37 |
| Octal | 126 | 176 | 301 | 67 | 43 | 0 | 30 | 332 | 56 | 67 |
| Binary | 1010110 | 1111110 | 11000001 | 110111 | 100011 | 0 | 11000 | 11011010 | 101110 | 110111 |
Color Harmonies of #567EC1
Complementary color
Monochromatic Colors of #567EC1
Black with #567EC1
Text Example
Text Example
White with #567EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC1; }
p { color: rgb(86,126,193); }
H1.HeaderClassName
{
color: #567EC1;
}
.AnyTagClassName
{
color: #567EC1;
}
</style>
background-color css
<style>
a { background-color: #567EC1; }
a { background-color: rgb(86,126,193); }
div.DivClassName
{
background-color: #567EC1;
}
.BgClassName
{
background-color: #567EC1;
}
</style>
border-color css
<style>
span { border-color: #567EC1; }
span { border-color: rgb(86,126,193); }
td.TdClassName
{
border-color: #567EC1;
}
.TagClassName
{
border-color: #567EC1;
}
</style>