Shades of Havelock Blue #567AB2
Tints of Havelock Blue #567AB2
RGB
CMYK
RGB Variations
Color information
#567AB2 (or 0x567AB2) is known color: Havelock Blue. HEX triplet: 56, 7A and B2. RGB value is (86,122,178). Sum of RGB (Red+Green+Blue) = 86+122+178=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #567AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567AB2 is #A9854D. Grayscale: #757575. Windows color (decimal): -11109710 or 11696726. OLE color: 11696726.
HSL color Cylindrical-coordinate representation of color #567AB2: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567AB2 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 122 | 178 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.30 |
| HSL | 216.52º | 0.37% | 0.52% | - |
| HSV(B) | 216.52º | 0.52% | 0.7% | - |
| XYZ | 18.83 | 19.11 | 44.82 | - |
| YUV | 117.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 178 | 0.52 | 0.31 | 0 | 0.30 | 216.52 | 0.37 | 0.52 |
| Hex | 56 | 7A | B2 | 34 | 1F | 0 | 1E | D9 | 25 | 34 |
| Octal | 126 | 172 | 262 | 64 | 37 | 0 | 36 | 331 | 45 | 64 |
| Binary | 1010110 | 1111010 | 10110010 | 110100 | 11111 | 0 | 11110 | 11011001 | 100101 | 110100 |
Color Harmonies of #567AB2
Complementary color
Monochromatic Colors of #567AB2
Black with #567AB2
Text Example
Text Example
White with #567AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AB2; }
p { color: rgb(86,122,178); }
H1.HeaderClassName
{
color: #567AB2;
}
.AnyTagClassName
{
color: #567AB2;
}
</style>
background-color css
<style>
a { background-color: #567AB2; }
a { background-color: rgb(86,122,178); }
div.DivClassName
{
background-color: #567AB2;
}
.BgClassName
{
background-color: #567AB2;
}
</style>
border-color css
<style>
span { border-color: #567AB2; }
span { border-color: rgb(86,122,178); }
td.TdClassName
{
border-color: #567AB2;
}
.TagClassName
{
border-color: #567AB2;
}
</style>