Shades of Havelock Blue #578BD6
Tints of Havelock Blue #578BD6
RGB
CMYK
RGB Variations
Color information
#578BD6 (or 0x578BD6) is known color: Havelock Blue. HEX triplet: 57, 8B and D6. RGB value is (87,139,214). Sum of RGB (Red+Green+Blue) = 87+139+214=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #578BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578BD6 is #A87429. Grayscale: #838383. Windows color (decimal): -11039786 or 14060375. OLE color: 14060375.
HSL color Cylindrical-coordinate representation of color #578BD6: hue angle of 215.43º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #578BD6 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 139 | 214 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.16 |
| HSL | 215.43º | 0.61% | 0.59% | - |
| HSV(B) | 215.43º | 0.59% | 0.84% | - |
| XYZ | 25.3 | 25.35 | 67.18 | - |
| YUV | 132 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 214 | 0.59 | 0.35 | 0 | 0.16 | 215.43 | 0.61 | 0.59 |
| Hex | 57 | 8B | D6 | 3B | 23 | 0 | 10 | D7 | 3D | 3B |
| Octal | 127 | 213 | 326 | 73 | 43 | 0 | 20 | 327 | 75 | 73 |
| Binary | 1010111 | 10001011 | 11010110 | 111011 | 100011 | 0 | 10000 | 11010111 | 111101 | 111011 |
Color Harmonies of #578BD6
Complementary color
Monochromatic Colors of #578BD6
Black with #578BD6
Text Example
Text Example
White with #578BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578BD6; }
p { color: rgb(87,139,214); }
H1.HeaderClassName
{
color: #578BD6;
}
.AnyTagClassName
{
color: #578BD6;
}
</style>
background-color css
<style>
a { background-color: #578BD6; }
a { background-color: rgb(87,139,214); }
div.DivClassName
{
background-color: #578BD6;
}
.BgClassName
{
background-color: #578BD6;
}
</style>
border-color css
<style>
span { border-color: #578BD6; }
span { border-color: rgb(87,139,214); }
td.TdClassName
{
border-color: #578BD6;
}
.TagClassName
{
border-color: #578BD6;
}
</style>