Shades of Havelock Blue #567CB5
Tints of Havelock Blue #567CB5
RGB
CMYK
RGB Variations
Color information
#567CB5 (or 0x567CB5) is known color: Havelock Blue. HEX triplet: 56, 7C and B5. RGB value is (86,124,181). Sum of RGB (Red+Green+Blue) = 86+124+181=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #567CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CB5 is #A9834A. Grayscale: #767676. Windows color (decimal): -11109195 or 11893846. OLE color: 11893846.
HSL color Cylindrical-coordinate representation of color #567CB5: hue angle of 216º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567CB5 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 124 | 181 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.29 |
| HSL | 216º | 0.39% | 0.52% | - |
| HSV(B) | 216º | 0.52% | 0.71% | - |
| XYZ | 19.39 | 19.73 | 46.5 | - |
| YUV | 119.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 181 | 0.52 | 0.31 | 0 | 0.29 | 216 | 0.39 | 0.52 |
| Hex | 56 | 7C | B5 | 34 | 1F | 0 | 1D | D8 | 27 | 34 |
| Octal | 126 | 174 | 265 | 64 | 37 | 0 | 35 | 330 | 47 | 64 |
| Binary | 1010110 | 1111100 | 10110101 | 110100 | 11111 | 0 | 11101 | 11011000 | 100111 | 110100 |
Color Harmonies of #567CB5
Complementary color
Monochromatic Colors of #567CB5
Black with #567CB5
Text Example
Text Example
White with #567CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CB5; }
p { color: rgb(86,124,181); }
H1.HeaderClassName
{
color: #567CB5;
}
.AnyTagClassName
{
color: #567CB5;
}
</style>
background-color css
<style>
a { background-color: #567CB5; }
a { background-color: rgb(86,124,181); }
div.DivClassName
{
background-color: #567CB5;
}
.BgClassName
{
background-color: #567CB5;
}
</style>
border-color css
<style>
span { border-color: #567CB5; }
span { border-color: rgb(86,124,181); }
td.TdClassName
{
border-color: #567CB5;
}
.TagClassName
{
border-color: #567CB5;
}
</style>