Shades of Havelock Blue #516FC9
Tints of Havelock Blue #516FC9
RGB
CMYK
RGB Variations
Color information
#516FC9 (or 0x516FC9) is known color: Havelock Blue. HEX triplet: 51, 6F and C9. RGB value is (81,111,201). Sum of RGB (Red+Green+Blue) = 81+111+201=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #516FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FC9 is #AE9036. Grayscale: #6F6F6F. Windows color (decimal): -11440183 or 13201233. OLE color: 13201233.
HSL color Cylindrical-coordinate representation of color #516FC9: hue angle of 225º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516FC9 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 111 | 201 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.21 |
| HSL | 225º | 0.53% | 0.55% | - |
| HSV(B) | 225º | 0.6% | 0.79% | - |
| XYZ | 19.62 | 17.34 | 57.57 | - |
| YUV | 112.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 201 | 0.60 | 0.45 | 0 | 0.21 | 225 | 0.53 | 0.55 |
| Hex | 51 | 6F | C9 | 3C | 2D | 0 | 15 | E1 | 35 | 37 |
| Octal | 121 | 157 | 311 | 74 | 55 | 0 | 25 | 341 | 65 | 67 |
| Binary | 1010001 | 1101111 | 11001001 | 111100 | 101101 | 0 | 10101 | 11100001 | 110101 | 110111 |
Color Harmonies of #516FC9
Complementary color
Monochromatic Colors of #516FC9
Black with #516FC9
Text Example
Text Example
White with #516FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FC9; }
p { color: rgb(81,111,201); }
H1.HeaderClassName
{
color: #516FC9;
}
.AnyTagClassName
{
color: #516FC9;
}
</style>
background-color css
<style>
a { background-color: #516FC9; }
a { background-color: rgb(81,111,201); }
div.DivClassName
{
background-color: #516FC9;
}
.BgClassName
{
background-color: #516FC9;
}
</style>
border-color css
<style>
span { border-color: #516FC9; }
span { border-color: rgb(81,111,201); }
td.TdClassName
{
border-color: #516FC9;
}
.TagClassName
{
border-color: #516FC9;
}
</style>