Shades of Havelock Blue #517ECF
Tints of Havelock Blue #517ECF
RGB
CMYK
RGB Variations
Color information
#517ECF (or 0x517ECF) is known color: Havelock Blue. HEX triplet: 51, 7E and CF. RGB value is (81,126,207). Sum of RGB (Red+Green+Blue) = 81+126+207=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #517ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ECF is #AE8130. Grayscale: #797979. Windows color (decimal): -11436337 or 13598289. OLE color: 13598289.
HSL color Cylindrical-coordinate representation of color #517ECF: hue angle of 218.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517ECF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 126 | 207 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.19 |
| HSL | 218.57º | 0.57% | 0.56% | - |
| HSV(B) | 218.57º | 0.61% | 0.81% | - |
| XYZ | 22.12 | 21.18 | 61.95 | - |
| YUV | 121.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 207 | 0.61 | 0.39 | 0 | 0.19 | 218.57 | 0.57 | 0.56 |
| Hex | 51 | 7E | CF | 3D | 27 | 0 | 13 | DB | 39 | 38 |
| Octal | 121 | 176 | 317 | 75 | 47 | 0 | 23 | 333 | 71 | 70 |
| Binary | 1010001 | 1111110 | 11001111 | 111101 | 100111 | 0 | 10011 | 11011011 | 111001 | 111000 |
Color Harmonies of #517ECF
Complementary color
Monochromatic Colors of #517ECF
Black with #517ECF
Text Example
Text Example
White with #517ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517ECF; }
p { color: rgb(81,126,207); }
H1.HeaderClassName
{
color: #517ECF;
}
.AnyTagClassName
{
color: #517ECF;
}
</style>
background-color css
<style>
a { background-color: #517ECF; }
a { background-color: rgb(81,126,207); }
div.DivClassName
{
background-color: #517ECF;
}
.BgClassName
{
background-color: #517ECF;
}
</style>
border-color css
<style>
span { border-color: #517ECF; }
span { border-color: rgb(81,126,207); }
td.TdClassName
{
border-color: #517ECF;
}
.TagClassName
{
border-color: #517ECF;
}
</style>