Shades of Havelock Blue #517FD5
Tints of Havelock Blue #517FD5
RGB
CMYK
RGB Variations
Color information
#517FD5 (or 0x517FD5) is known color: Havelock Blue. HEX triplet: 51, 7F and D5. RGB value is (81,127,213). Sum of RGB (Red+Green+Blue) = 81+127+213=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #517FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FD5 is #AE802A. Grayscale: #7A7A7A. Windows color (decimal): -11436075 or 13991761. OLE color: 13991761.
HSL color Cylindrical-coordinate representation of color #517FD5: hue angle of 219.09º 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 #517FD5 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 127 | 213 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.16 |
| HSL | 219.09º | 0.61% | 0.58% | - |
| HSV(B) | 219.09º | 0.62% | 0.84% | - |
| XYZ | 22.99 | 21.73 | 65.93 | - |
| YUV | 123.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 213 | 0.62 | 0.40 | 0 | 0.16 | 219.09 | 0.61 | 0.58 |
| Hex | 51 | 7F | D5 | 3E | 28 | 0 | 10 | DB | 3D | 3A |
| Octal | 121 | 177 | 325 | 76 | 50 | 0 | 20 | 333 | 75 | 72 |
| Binary | 1010001 | 1111111 | 11010101 | 111110 | 101000 | 0 | 10000 | 11011011 | 111101 | 111010 |
Color Harmonies of #517FD5
Complementary color
Monochromatic Colors of #517FD5
Black with #517FD5
Text Example
Text Example
White with #517FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FD5; }
p { color: rgb(81,127,213); }
H1.HeaderClassName
{
color: #517FD5;
}
.AnyTagClassName
{
color: #517FD5;
}
</style>
background-color css
<style>
a { background-color: #517FD5; }
a { background-color: rgb(81,127,213); }
div.DivClassName
{
background-color: #517FD5;
}
.BgClassName
{
background-color: #517FD5;
}
</style>
border-color css
<style>
span { border-color: #517FD5; }
span { border-color: rgb(81,127,213); }
td.TdClassName
{
border-color: #517FD5;
}
.TagClassName
{
border-color: #517FD5;
}
</style>