Shades of Havelock Blue #517DBF
Tints of Havelock Blue #517DBF
RGB
CMYK
RGB Variations
Color information
#517DBF (or 0x517DBF) is known color: Havelock Blue. HEX triplet: 51, 7D and BF. RGB value is (81,125,191). Sum of RGB (Red+Green+Blue) = 81+125+191=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #517DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DBF is #AE8240. Grayscale: #777777. Windows color (decimal): -11436609 or 12549457. OLE color: 12549457.
HSL color Cylindrical-coordinate representation of color #517DBF: hue angle of 216º 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 #517DBF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 125 | 191 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 216º | 0.46% | 0.53% | - |
| HSV(B) | 216º | 0.58% | 0.75% | - |
| XYZ | 20.13 | 20.18 | 52.12 | - |
| YUV | 119.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 191 | 0.58 | 0.35 | 0 | 0.25 | 216 | 0.46 | 0.53 |
| Hex | 51 | 7D | BF | 3A | 23 | 0 | 19 | D8 | 2E | 35 |
| Octal | 121 | 175 | 277 | 72 | 43 | 0 | 31 | 330 | 56 | 65 |
| Binary | 1010001 | 1111101 | 10111111 | 111010 | 100011 | 0 | 11001 | 11011000 | 101110 | 110101 |
Color Harmonies of #517DBF
Complementary color
Monochromatic Colors of #517DBF
Black with #517DBF
Text Example
Text Example
White with #517DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DBF; }
p { color: rgb(81,125,191); }
H1.HeaderClassName
{
color: #517DBF;
}
.AnyTagClassName
{
color: #517DBF;
}
</style>
background-color css
<style>
a { background-color: #517DBF; }
a { background-color: rgb(81,125,191); }
div.DivClassName
{
background-color: #517DBF;
}
.BgClassName
{
background-color: #517DBF;
}
</style>
border-color css
<style>
span { border-color: #517DBF; }
span { border-color: rgb(81,125,191); }
td.TdClassName
{
border-color: #517DBF;
}
.TagClassName
{
border-color: #517DBF;
}
</style>