Shades of Havelock Blue #567DBD
Tints of Havelock Blue #567DBD
RGB
CMYK
RGB Variations
Color information
#567DBD (or 0x567DBD) is known color: Havelock Blue. HEX triplet: 56, 7D and BD. RGB value is (86,125,189). Sum of RGB (Red+Green+Blue) = 86+125+189=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #567DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DBD is #A98242. Grayscale: #787878. Windows color (decimal): -11108931 or 12418390. OLE color: 12418390.
HSL color Cylindrical-coordinate representation of color #567DBD: hue angle of 217.28º 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 #567DBD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 125 | 189 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.26 |
| HSL | 217.28º | 0.44% | 0.54% | - |
| HSV(B) | 217.28º | 0.54% | 0.74% | - |
| XYZ | 20.36 | 20.32 | 50.99 | - |
| YUV | 120.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 189 | 0.54 | 0.34 | 0 | 0.26 | 217.28 | 0.44 | 0.54 |
| Hex | 56 | 7D | BD | 36 | 22 | 0 | 1A | D9 | 2C | 36 |
| Octal | 126 | 175 | 275 | 66 | 42 | 0 | 32 | 331 | 54 | 66 |
| Binary | 1010110 | 1111101 | 10111101 | 110110 | 100010 | 0 | 11010 | 11011001 | 101100 | 110110 |
Color Harmonies of #567DBD
Complementary color
Monochromatic Colors of #567DBD
Black with #567DBD
Text Example
Text Example
White with #567DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DBD; }
p { color: rgb(86,125,189); }
H1.HeaderClassName
{
color: #567DBD;
}
.AnyTagClassName
{
color: #567DBD;
}
</style>
background-color css
<style>
a { background-color: #567DBD; }
a { background-color: rgb(86,125,189); }
div.DivClassName
{
background-color: #567DBD;
}
.BgClassName
{
background-color: #567DBD;
}
</style>
border-color css
<style>
span { border-color: #567DBD; }
span { border-color: rgb(86,125,189); }
td.TdClassName
{
border-color: #567DBD;
}
.TagClassName
{
border-color: #567DBD;
}
</style>