Shades of Havelock Blue #567EC5
Tints of Havelock Blue #567EC5
RGB
CMYK
RGB Variations
Color information
#567EC5 (or 0x567EC5) is known color: Havelock Blue. HEX triplet: 56, 7E and C5. RGB value is (86,126,197). Sum of RGB (Red+Green+Blue) = 86+126+197=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #567EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC5 is #A9813A. Grayscale: #797979. Windows color (decimal): -11108667 or 12942934. OLE color: 12942934.
HSL color Cylindrical-coordinate representation of color #567EC5: hue angle of 218.38º degrees, saturation: 0.49, 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 #567EC5 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 126 | 197 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.23 |
| HSL | 218.38º | 0.49% | 0.55% | - |
| HSV(B) | 218.38º | 0.56% | 0.77% | - |
| XYZ | 21.38 | 20.93 | 55.74 | - |
| YUV | 122.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 197 | 0.56 | 0.36 | 0 | 0.23 | 218.38 | 0.49 | 0.55 |
| Hex | 56 | 7E | C5 | 38 | 24 | 0 | 17 | DA | 31 | 37 |
| Octal | 126 | 176 | 305 | 70 | 44 | 0 | 27 | 332 | 61 | 67 |
| Binary | 1010110 | 1111110 | 11000101 | 111000 | 100100 | 0 | 10111 | 11011010 | 110001 | 110111 |
Color Harmonies of #567EC5
Complementary color
Monochromatic Colors of #567EC5
Black with #567EC5
Text Example
Text Example
White with #567EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC5; }
p { color: rgb(86,126,197); }
H1.HeaderClassName
{
color: #567EC5;
}
.AnyTagClassName
{
color: #567EC5;
}
</style>
background-color css
<style>
a { background-color: #567EC5; }
a { background-color: rgb(86,126,197); }
div.DivClassName
{
background-color: #567EC5;
}
.BgClassName
{
background-color: #567EC5;
}
</style>
border-color css
<style>
span { border-color: #567EC5; }
span { border-color: rgb(86,126,197); }
td.TdClassName
{
border-color: #567EC5;
}
.TagClassName
{
border-color: #567EC5;
}
</style>