Shades of Havelock Blue #517DCD
Tints of Havelock Blue #517DCD
RGB
CMYK
RGB Variations
Color information
#517DCD (or 0x517DCD) is known color: Havelock Blue. HEX triplet: 51, 7D and CD. RGB value is (81,125,205). Sum of RGB (Red+Green+Blue) = 81+125+205=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #517DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCD is #AE8232. Grayscale: #787878. Windows color (decimal): -11436595 or 13466961. OLE color: 13466961.
HSL color Cylindrical-coordinate representation of color #517DCD: hue angle of 218.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517DCD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 125 | 205 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.20 |
| HSL | 218.71º | 0.55% | 0.56% | - |
| HSV(B) | 218.71º | 0.6% | 0.8% | - |
| XYZ | 21.75 | 20.82 | 60.63 | - |
| YUV | 120.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 205 | 0.60 | 0.39 | 0 | 0.20 | 218.71 | 0.55 | 0.56 |
| Hex | 51 | 7D | CD | 3C | 27 | 0 | 14 | DB | 37 | 38 |
| Octal | 121 | 175 | 315 | 74 | 47 | 0 | 24 | 333 | 67 | 70 |
| Binary | 1010001 | 1111101 | 11001101 | 111100 | 100111 | 0 | 10100 | 11011011 | 110111 | 111000 |
Color Harmonies of #517DCD
Complementary color
Monochromatic Colors of #517DCD
Black with #517DCD
Text Example
Text Example
White with #517DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DCD; }
p { color: rgb(81,125,205); }
H1.HeaderClassName
{
color: #517DCD;
}
.AnyTagClassName
{
color: #517DCD;
}
</style>
background-color css
<style>
a { background-color: #517DCD; }
a { background-color: rgb(81,125,205); }
div.DivClassName
{
background-color: #517DCD;
}
.BgClassName
{
background-color: #517DCD;
}
</style>
border-color css
<style>
span { border-color: #517DCD; }
span { border-color: rgb(81,125,205); }
td.TdClassName
{
border-color: #517DCD;
}
.TagClassName
{
border-color: #517DCD;
}
</style>