Shades of Havelock Blue #517EBF
Tints of Havelock Blue #517EBF
RGB
CMYK
RGB Variations
Color information
#517EBF (or 0x517EBF) is known color: Havelock Blue. HEX triplet: 51, 7E and BF. RGB value is (81,126,191). Sum of RGB (Red+Green+Blue) = 81+126+191=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #517EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517EBF is #AE8140. Grayscale: #777777. Windows color (decimal): -11436353 or 12549713. OLE color: 12549713.
HSL color Cylindrical-coordinate representation of color #517EBF: hue angle of 215.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517EBF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 126 | 191 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.25 |
| HSL | 215.45º | 0.46% | 0.53% | - |
| HSV(B) | 215.45º | 0.58% | 0.75% | - |
| XYZ | 20.26 | 20.43 | 52.17 | - |
| YUV | 119.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 191 | 0.58 | 0.34 | 0 | 0.25 | 215.45 | 0.46 | 0.53 |
| Hex | 51 | 7E | BF | 3A | 22 | 0 | 19 | D7 | 2E | 35 |
| Octal | 121 | 176 | 277 | 72 | 42 | 0 | 31 | 327 | 56 | 65 |
| Binary | 1010001 | 1111110 | 10111111 | 111010 | 100010 | 0 | 11001 | 11010111 | 101110 | 110101 |
Color Harmonies of #517EBF
Complementary color
Monochromatic Colors of #517EBF
Black with #517EBF
Text Example
Text Example
White with #517EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517EBF; }
p { color: rgb(81,126,191); }
H1.HeaderClassName
{
color: #517EBF;
}
.AnyTagClassName
{
color: #517EBF;
}
</style>
background-color css
<style>
a { background-color: #517EBF; }
a { background-color: rgb(81,126,191); }
div.DivClassName
{
background-color: #517EBF;
}
.BgClassName
{
background-color: #517EBF;
}
</style>
border-color css
<style>
span { border-color: #517EBF; }
span { border-color: rgb(81,126,191); }
td.TdClassName
{
border-color: #517EBF;
}
.TagClassName
{
border-color: #517EBF;
}
</style>