Shades of Havelock Blue #517CBE
Tints of Havelock Blue #517CBE
RGB
CMYK
RGB Variations
Color information
#517CBE (or 0x517CBE) is known color: Havelock Blue. HEX triplet: 51, 7C and BE. RGB value is (81,124,190). Sum of RGB (Red+Green+Blue) = 81+124+190=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #517CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CBE is #AE8341. Grayscale: #767676. Windows color (decimal): -11436866 or 12483665. OLE color: 12483665.
HSL color Cylindrical-coordinate representation of color #517CBE: hue angle of 216.33º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517CBE is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 124 | 190 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.25 |
| HSL | 216.33º | 0.46% | 0.53% | - |
| HSV(B) | 216.33º | 0.57% | 0.75% | - |
| XYZ | 19.9 | 19.88 | 51.5 | - |
| YUV | 118.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 190 | 0.57 | 0.35 | 0 | 0.25 | 216.33 | 0.46 | 0.53 |
| Hex | 51 | 7C | BE | 39 | 23 | 0 | 19 | D8 | 2E | 35 |
| Octal | 121 | 174 | 276 | 71 | 43 | 0 | 31 | 330 | 56 | 65 |
| Binary | 1010001 | 1111100 | 10111110 | 111001 | 100011 | 0 | 11001 | 11011000 | 101110 | 110101 |
Color Harmonies of #517CBE
Complementary color
Monochromatic Colors of #517CBE
Black with #517CBE
Text Example
Text Example
White with #517CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CBE; }
p { color: rgb(81,124,190); }
H1.HeaderClassName
{
color: #517CBE;
}
.AnyTagClassName
{
color: #517CBE;
}
</style>
background-color css
<style>
a { background-color: #517CBE; }
a { background-color: rgb(81,124,190); }
div.DivClassName
{
background-color: #517CBE;
}
.BgClassName
{
background-color: #517CBE;
}
</style>
border-color css
<style>
span { border-color: #517CBE; }
span { border-color: rgb(81,124,190); }
td.TdClassName
{
border-color: #517CBE;
}
.TagClassName
{
border-color: #517CBE;
}
</style>