Shades of Havelock Blue #517DB8
Tints of Havelock Blue #517DB8
RGB
CMYK
RGB Variations
Color information
#517DB8 (or 0x517DB8) is known color: Havelock Blue. HEX triplet: 51, 7D and B8. RGB value is (81,125,184). Sum of RGB (Red+Green+Blue) = 81+125+184=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #517DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DB8 is #AE8247. Grayscale: #767676. Windows color (decimal): -11436616 or 12090705. OLE color: 12090705.
HSL color Cylindrical-coordinate representation of color #517DB8: hue angle of 214.37º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517DB8 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 125 | 184 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.28 |
| HSL | 214.37º | 0.42% | 0.52% | - |
| HSV(B) | 214.37º | 0.56% | 0.72% | - |
| XYZ | 19.38 | 19.88 | 48.16 | - |
| YUV | 118.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 184 | 0.56 | 0.32 | 0 | 0.28 | 214.37 | 0.42 | 0.52 |
| Hex | 51 | 7D | B8 | 38 | 20 | 0 | 1C | D6 | 2A | 34 |
| Octal | 121 | 175 | 270 | 70 | 40 | 0 | 34 | 326 | 52 | 64 |
| Binary | 1010001 | 1111101 | 10111000 | 111000 | 100000 | 0 | 11100 | 11010110 | 101010 | 110100 |
Color Harmonies of #517DB8
Complementary color
Monochromatic Colors of #517DB8
Black with #517DB8
Text Example
Text Example
White with #517DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DB8; }
p { color: rgb(81,125,184); }
H1.HeaderClassName
{
color: #517DB8;
}
.AnyTagClassName
{
color: #517DB8;
}
</style>
background-color css
<style>
a { background-color: #517DB8; }
a { background-color: rgb(81,125,184); }
div.DivClassName
{
background-color: #517DB8;
}
.BgClassName
{
background-color: #517DB8;
}
</style>
border-color css
<style>
span { border-color: #517DB8; }
span { border-color: rgb(81,125,184); }
td.TdClassName
{
border-color: #517DB8;
}
.TagClassName
{
border-color: #517DB8;
}
</style>