Shades of Havelock Blue #518ED5
Tints of Havelock Blue #518ED5
RGB
CMYK
RGB Variations
Color information
#518ED5 (or 0x518ED5) is known color: Havelock Blue. HEX triplet: 51, 8E and D5. RGB value is (81,142,213). Sum of RGB (Red+Green+Blue) = 81+142+213=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #518ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED5 is #AE712A. Grayscale: #838383. Windows color (decimal): -11432235 or 13995601. OLE color: 13995601.
HSL color Cylindrical-coordinate representation of color #518ED5: hue angle of 212.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518ED5 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 142 | 213 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.16 |
| HSL | 212.27º | 0.61% | 0.58% | - |
| HSV(B) | 212.27º | 0.62% | 0.84% | - |
| XYZ | 25.08 | 25.9 | 66.63 | - |
| YUV | 131.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 213 | 0.62 | 0.33 | 0 | 0.16 | 212.27 | 0.61 | 0.58 |
| Hex | 51 | 8E | D5 | 3E | 21 | 0 | 10 | D4 | 3D | 3A |
| Octal | 121 | 216 | 325 | 76 | 41 | 0 | 20 | 324 | 75 | 72 |
| Binary | 1010001 | 10001110 | 11010101 | 111110 | 100001 | 0 | 10000 | 11010100 | 111101 | 111010 |
Color Harmonies of #518ED5
Complementary color
Monochromatic Colors of #518ED5
Black with #518ED5
Text Example
Text Example
White with #518ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ED5; }
p { color: rgb(81,142,213); }
H1.HeaderClassName
{
color: #518ED5;
}
.AnyTagClassName
{
color: #518ED5;
}
</style>
background-color css
<style>
a { background-color: #518ED5; }
a { background-color: rgb(81,142,213); }
div.DivClassName
{
background-color: #518ED5;
}
.BgClassName
{
background-color: #518ED5;
}
</style>
border-color css
<style>
span { border-color: #518ED5; }
span { border-color: rgb(81,142,213); }
td.TdClassName
{
border-color: #518ED5;
}
.TagClassName
{
border-color: #518ED5;
}
</style>