Shades of Havelock Blue #517CBC
Tints of Havelock Blue #517CBC
RGB
CMYK
RGB Variations
Color information
#517CBC (or 0x517CBC) is known color: Havelock Blue. HEX triplet: 51, 7C and BC. RGB value is (81,124,188). Sum of RGB (Red+Green+Blue) = 81+124+188=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #517CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CBC is #AE8343. Grayscale: #767676. Windows color (decimal): -11436868 or 12352593. OLE color: 12352593.
HSL color Cylindrical-coordinate representation of color #517CBC: hue angle of 215.89º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517CBC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 124 | 188 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.26 |
| HSL | 215.89º | 0.44% | 0.53% | - |
| HSV(B) | 215.89º | 0.57% | 0.74% | - |
| XYZ | 19.68 | 19.8 | 50.36 | - |
| YUV | 118.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 188 | 0.57 | 0.34 | 0 | 0.26 | 215.89 | 0.44 | 0.53 |
| Hex | 51 | 7C | BC | 39 | 22 | 0 | 1A | D8 | 2C | 35 |
| Octal | 121 | 174 | 274 | 71 | 42 | 0 | 32 | 330 | 54 | 65 |
| Binary | 1010001 | 1111100 | 10111100 | 111001 | 100010 | 0 | 11010 | 11011000 | 101100 | 110101 |
Color Harmonies of #517CBC
Complementary color
Monochromatic Colors of #517CBC
Black with #517CBC
Text Example
Text Example
White with #517CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CBC; }
p { color: rgb(81,124,188); }
H1.HeaderClassName
{
color: #517CBC;
}
.AnyTagClassName
{
color: #517CBC;
}
</style>
background-color css
<style>
a { background-color: #517CBC; }
a { background-color: rgb(81,124,188); }
div.DivClassName
{
background-color: #517CBC;
}
.BgClassName
{
background-color: #517CBC;
}
</style>
border-color css
<style>
span { border-color: #517CBC; }
span { border-color: rgb(81,124,188); }
td.TdClassName
{
border-color: #517CBC;
}
.TagClassName
{
border-color: #517CBC;
}
</style>