Shades of Havelock Blue #567FBD
Tints of Havelock Blue #567FBD
RGB
CMYK
RGB Variations
Color information
#567FBD (or 0x567FBD) is known color: Havelock Blue. HEX triplet: 56, 7F and BD. RGB value is (86,127,189). Sum of RGB (Red+Green+Blue) = 86+127+189=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #567FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FBD is #A98042. Grayscale: #797979. Windows color (decimal): -11108419 or 12418902. OLE color: 12418902.
HSL color Cylindrical-coordinate representation of color #567FBD: hue angle of 216.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567FBD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 127 | 189 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.26 |
| HSL | 216.12º | 0.44% | 0.54% | - |
| HSV(B) | 216.12º | 0.54% | 0.74% | - |
| XYZ | 20.61 | 20.83 | 51.08 | - |
| YUV | 121.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 189 | 0.54 | 0.33 | 0 | 0.26 | 216.12 | 0.44 | 0.54 |
| Hex | 56 | 7F | BD | 36 | 21 | 0 | 1A | D8 | 2C | 36 |
| Octal | 126 | 177 | 275 | 66 | 41 | 0 | 32 | 330 | 54 | 66 |
| Binary | 1010110 | 1111111 | 10111101 | 110110 | 100001 | 0 | 11010 | 11011000 | 101100 | 110110 |
Color Harmonies of #567FBD
Complementary color
Monochromatic Colors of #567FBD
Black with #567FBD
Text Example
Text Example
White with #567FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FBD; }
p { color: rgb(86,127,189); }
H1.HeaderClassName
{
color: #567FBD;
}
.AnyTagClassName
{
color: #567FBD;
}
</style>
background-color css
<style>
a { background-color: #567FBD; }
a { background-color: rgb(86,127,189); }
div.DivClassName
{
background-color: #567FBD;
}
.BgClassName
{
background-color: #567FBD;
}
</style>
border-color css
<style>
span { border-color: #567FBD; }
span { border-color: rgb(86,127,189); }
td.TdClassName
{
border-color: #567FBD;
}
.TagClassName
{
border-color: #567FBD;
}
</style>