Shades of Havelock Blue #517EC5
Tints of Havelock Blue #517EC5
RGB
CMYK
RGB Variations
Color information
#517EC5 (or 0x517EC5) is known color: Havelock Blue. HEX triplet: 51, 7E and C5. RGB value is (81,126,197). Sum of RGB (Red+Green+Blue) = 81+126+197=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #517EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EC5 is #AE813A. Grayscale: #787878. Windows color (decimal): -11436347 or 12942929. OLE color: 12942929.
HSL color Cylindrical-coordinate representation of color #517EC5: hue angle of 216.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517EC5 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 126 | 197 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.23 |
| HSL | 216.72º | 0.5% | 0.55% | - |
| HSV(B) | 216.72º | 0.59% | 0.77% | - |
| XYZ | 20.93 | 20.7 | 55.72 | - |
| YUV | 120.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 197 | 0.59 | 0.36 | 0 | 0.23 | 216.72 | 0.5 | 0.55 |
| Hex | 51 | 7E | C5 | 3B | 24 | 0 | 17 | D9 | 32 | 37 |
| Octal | 121 | 176 | 305 | 73 | 44 | 0 | 27 | 331 | 62 | 67 |
| Binary | 1010001 | 1111110 | 11000101 | 111011 | 100100 | 0 | 10111 | 11011001 | 110010 | 110111 |
Color Harmonies of #517EC5
Complementary color
Monochromatic Colors of #517EC5
Black with #517EC5
Text Example
Text Example
White with #517EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517EC5; }
p { color: rgb(81,126,197); }
H1.HeaderClassName
{
color: #517EC5;
}
.AnyTagClassName
{
color: #517EC5;
}
</style>
background-color css
<style>
a { background-color: #517EC5; }
a { background-color: rgb(81,126,197); }
div.DivClassName
{
background-color: #517EC5;
}
.BgClassName
{
background-color: #517EC5;
}
</style>
border-color css
<style>
span { border-color: #517EC5; }
span { border-color: rgb(81,126,197); }
td.TdClassName
{
border-color: #517EC5;
}
.TagClassName
{
border-color: #517EC5;
}
</style>