Shades of Havelock Blue #567AB0
Tints of Havelock Blue #567AB0
RGB
CMYK
RGB Variations
Color information
#567AB0 (or 0x567AB0) is known color: Havelock Blue. HEX triplet: 56, 7A and B0. RGB value is (86,122,176). Sum of RGB (Red+Green+Blue) = 86+122+176=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #567AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AB0 is #A9854F. Grayscale: #757575. Windows color (decimal): -11109712 or 11565654. OLE color: 11565654.
HSL color Cylindrical-coordinate representation of color #567AB0: hue angle of 216º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567AB0 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 122 | 176 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.31 |
| HSL | 216º | 0.36% | 0.51% | - |
| HSV(B) | 216º | 0.51% | 0.69% | - |
| XYZ | 18.63 | 19.03 | 43.77 | - |
| YUV | 117.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 176 | 0.51 | 0.31 | 0 | 0.31 | 216 | 0.36 | 0.51 |
| Hex | 56 | 7A | B0 | 33 | 1F | 0 | 1F | D8 | 24 | 33 |
| Octal | 126 | 172 | 260 | 63 | 37 | 0 | 37 | 330 | 44 | 63 |
| Binary | 1010110 | 1111010 | 10110000 | 110011 | 11111 | 0 | 11111 | 11011000 | 100100 | 110011 |
Color Harmonies of #567AB0
Complementary color
Monochromatic Colors of #567AB0
Black with #567AB0
Text Example
Text Example
White with #567AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AB0; }
p { color: rgb(86,122,176); }
H1.HeaderClassName
{
color: #567AB0;
}
.AnyTagClassName
{
color: #567AB0;
}
</style>
background-color css
<style>
a { background-color: #567AB0; }
a { background-color: rgb(86,122,176); }
div.DivClassName
{
background-color: #567AB0;
}
.BgClassName
{
background-color: #567AB0;
}
</style>
border-color css
<style>
span { border-color: #567AB0; }
span { border-color: rgb(86,122,176); }
td.TdClassName
{
border-color: #567AB0;
}
.TagClassName
{
border-color: #567AB0;
}
</style>