Shades of Havelock Blue #567AB9
Tints of Havelock Blue #567AB9
RGB
CMYK
RGB Variations
Color information
#567AB9 (or 0x567AB9) is known color: Havelock Blue. HEX triplet: 56, 7A and B9. RGB value is (86,122,185). Sum of RGB (Red+Green+Blue) = 86+122+185=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #567AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567AB9 is #A98546. Grayscale: #767676. Windows color (decimal): -11109703 or 12155478. OLE color: 12155478.
HSL color Cylindrical-coordinate representation of color #567AB9: hue angle of 218.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567AB9 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 122 | 185 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.27 |
| HSL | 218.18º | 0.41% | 0.53% | - |
| HSV(B) | 218.18º | 0.54% | 0.73% | - |
| XYZ | 19.55 | 19.4 | 48.61 | - |
| YUV | 118.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 185 | 0.54 | 0.34 | 0 | 0.27 | 218.18 | 0.41 | 0.53 |
| Hex | 56 | 7A | B9 | 36 | 22 | 0 | 1B | DA | 29 | 35 |
| Octal | 126 | 172 | 271 | 66 | 42 | 0 | 33 | 332 | 51 | 65 |
| Binary | 1010110 | 1111010 | 10111001 | 110110 | 100010 | 0 | 11011 | 11011010 | 101001 | 110101 |
Color Harmonies of #567AB9
Complementary color
Monochromatic Colors of #567AB9
Black with #567AB9
Text Example
Text Example
White with #567AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AB9; }
p { color: rgb(86,122,185); }
H1.HeaderClassName
{
color: #567AB9;
}
.AnyTagClassName
{
color: #567AB9;
}
</style>
background-color css
<style>
a { background-color: #567AB9; }
a { background-color: rgb(86,122,185); }
div.DivClassName
{
background-color: #567AB9;
}
.BgClassName
{
background-color: #567AB9;
}
</style>
border-color css
<style>
span { border-color: #567AB9; }
span { border-color: rgb(86,122,185); }
td.TdClassName
{
border-color: #567AB9;
}
.TagClassName
{
border-color: #567AB9;
}
</style>