Shades of Havelock Blue #567EC8
Tints of Havelock Blue #567EC8
RGB
CMYK
RGB Variations
Color information
#567EC8 (or 0x567EC8) is known color: Havelock Blue. HEX triplet: 56, 7E and C8. RGB value is (86,126,200). Sum of RGB (Red+Green+Blue) = 86+126+200=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #567EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC8 is #A98137. Grayscale: #7A7A7A. Windows color (decimal): -11108664 or 13139542. OLE color: 13139542.
HSL color Cylindrical-coordinate representation of color #567EC8: hue angle of 218.95º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #567EC8 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 126 | 200 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.22 |
| HSL | 218.95º | 0.51% | 0.56% | - |
| HSV(B) | 218.95º | 0.57% | 0.78% | - |
| XYZ | 21.72 | 21.07 | 57.57 | - |
| YUV | 122.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 200 | 0.57 | 0.37 | 0 | 0.22 | 218.95 | 0.51 | 0.56 |
| Hex | 56 | 7E | C8 | 39 | 25 | 0 | 16 | DB | 33 | 38 |
| Octal | 126 | 176 | 310 | 71 | 45 | 0 | 26 | 333 | 63 | 70 |
| Binary | 1010110 | 1111110 | 11001000 | 111001 | 100101 | 0 | 10110 | 11011011 | 110011 | 111000 |
Color Harmonies of #567EC8
Complementary color
Monochromatic Colors of #567EC8
Black with #567EC8
Text Example
Text Example
White with #567EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EC8; }
p { color: rgb(86,126,200); }
H1.HeaderClassName
{
color: #567EC8;
}
.AnyTagClassName
{
color: #567EC8;
}
</style>
background-color css
<style>
a { background-color: #567EC8; }
a { background-color: rgb(86,126,200); }
div.DivClassName
{
background-color: #567EC8;
}
.BgClassName
{
background-color: #567EC8;
}
</style>
border-color css
<style>
span { border-color: #567EC8; }
span { border-color: rgb(86,126,200); }
td.TdClassName
{
border-color: #567EC8;
}
.TagClassName
{
border-color: #567EC8;
}
</style>