Shades of Havelock Blue #567EC4
Tints of Havelock Blue #567EC4
RGB
CMYK
RGB Variations
Color information
#567EC4 (or 0x567EC4) is known color: Havelock Blue. HEX triplet: 56, 7E and C4. RGB value is (86,126,196). Sum of RGB (Red+Green+Blue) = 86+126+196=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #567EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC4 is #A9813B. Grayscale: #797979. Windows color (decimal): -11108668 or 12877398. OLE color: 12877398.
HSL color Cylindrical-coordinate representation of color #567EC4: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567EC4 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 126 | 196 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.23 |
| HSL | 218.18º | 0.48% | 0.55% | - |
| HSV(B) | 218.18º | 0.56% | 0.77% | - |
| XYZ | 21.26 | 20.89 | 55.14 | - |
| YUV | 122.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 196 | 0.56 | 0.36 | 0 | 0.23 | 218.18 | 0.48 | 0.55 |
| Hex | 56 | 7E | C4 | 38 | 24 | 0 | 17 | DA | 30 | 37 |
| Octal | 126 | 176 | 304 | 70 | 44 | 0 | 27 | 332 | 60 | 67 |
| Binary | 1010110 | 1111110 | 11000100 | 111000 | 100100 | 0 | 10111 | 11011010 | 110000 | 110111 |
Color Harmonies of #567EC4
Complementary color
Monochromatic Colors of #567EC4
Black with #567EC4
Text Example
Text Example
White with #567EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC4; }
p { color: rgb(86,126,196); }
H1.HeaderClassName
{
color: #567EC4;
}
.AnyTagClassName
{
color: #567EC4;
}
</style>
background-color css
<style>
a { background-color: #567EC4; }
a { background-color: rgb(86,126,196); }
div.DivClassName
{
background-color: #567EC4;
}
.BgClassName
{
background-color: #567EC4;
}
</style>
border-color css
<style>
span { border-color: #567EC4; }
span { border-color: rgb(86,126,196); }
td.TdClassName
{
border-color: #567EC4;
}
.TagClassName
{
border-color: #567EC4;
}
</style>