Shades of Havelock Blue #567DBB
Tints of Havelock Blue #567DBB
RGB
CMYK
RGB Variations
Color information
#567DBB (or 0x567DBB) is known color: Havelock Blue. HEX triplet: 56, 7D and BB. RGB value is (86,125,187). Sum of RGB (Red+Green+Blue) = 86+125+187=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #567DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DBB is #A98244. Grayscale: #787878. Windows color (decimal): -11108933 or 12287318. OLE color: 12287318.
HSL color Cylindrical-coordinate representation of color #567DBB: hue angle of 216.83º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567DBB is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 125 | 187 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.27 |
| HSL | 216.83º | 0.43% | 0.54% | - |
| HSV(B) | 216.83º | 0.54% | 0.73% | - |
| XYZ | 20.14 | 20.23 | 49.86 | - |
| YUV | 120.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 187 | 0.54 | 0.33 | 0 | 0.27 | 216.83 | 0.43 | 0.54 |
| Hex | 56 | 7D | BB | 36 | 21 | 0 | 1B | D9 | 2B | 36 |
| Octal | 126 | 175 | 273 | 66 | 41 | 0 | 33 | 331 | 53 | 66 |
| Binary | 1010110 | 1111101 | 10111011 | 110110 | 100001 | 0 | 11011 | 11011001 | 101011 | 110110 |
Color Harmonies of #567DBB
Complementary color
Monochromatic Colors of #567DBB
Black with #567DBB
Text Example
Text Example
White with #567DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DBB; }
p { color: rgb(86,125,187); }
H1.HeaderClassName
{
color: #567DBB;
}
.AnyTagClassName
{
color: #567DBB;
}
</style>
background-color css
<style>
a { background-color: #567DBB; }
a { background-color: rgb(86,125,187); }
div.DivClassName
{
background-color: #567DBB;
}
.BgClassName
{
background-color: #567DBB;
}
</style>
border-color css
<style>
span { border-color: #567DBB; }
span { border-color: rgb(86,125,187); }
td.TdClassName
{
border-color: #567DBB;
}
.TagClassName
{
border-color: #567DBB;
}
</style>