Shades of Havelock Blue #567DB5
Tints of Havelock Blue #567DB5
RGB
CMYK
RGB Variations
Color information
#567DB5 (or 0x567DB5) is known color: Havelock Blue. HEX triplet: 56, 7D and B5. RGB value is (86,125,181). Sum of RGB (Red+Green+Blue) = 86+125+181=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #567DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DB5 is #A9824A. Grayscale: #777777. Windows color (decimal): -11108939 or 11894102. OLE color: 11894102.
HSL color Cylindrical-coordinate representation of color #567DB5: hue angle of 215.37º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567DB5 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 125 | 181 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.29 |
| HSL | 215.37º | 0.39% | 0.52% | - |
| HSV(B) | 215.37º | 0.52% | 0.71% | - |
| XYZ | 19.51 | 19.98 | 46.54 | - |
| YUV | 119.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 181 | 0.52 | 0.31 | 0 | 0.29 | 215.37 | 0.39 | 0.52 |
| Hex | 56 | 7D | B5 | 34 | 1F | 0 | 1D | D7 | 27 | 34 |
| Octal | 126 | 175 | 265 | 64 | 37 | 0 | 35 | 327 | 47 | 64 |
| Binary | 1010110 | 1111101 | 10110101 | 110100 | 11111 | 0 | 11101 | 11010111 | 100111 | 110100 |
Color Harmonies of #567DB5
Complementary color
Monochromatic Colors of #567DB5
Black with #567DB5
Text Example
Text Example
White with #567DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DB5; }
p { color: rgb(86,125,181); }
H1.HeaderClassName
{
color: #567DB5;
}
.AnyTagClassName
{
color: #567DB5;
}
</style>
background-color css
<style>
a { background-color: #567DB5; }
a { background-color: rgb(86,125,181); }
div.DivClassName
{
background-color: #567DB5;
}
.BgClassName
{
background-color: #567DB5;
}
</style>
border-color css
<style>
span { border-color: #567DB5; }
span { border-color: rgb(86,125,181); }
td.TdClassName
{
border-color: #567DB5;
}
.TagClassName
{
border-color: #567DB5;
}
</style>