Shades of Havelock Blue #517DCC
Tints of Havelock Blue #517DCC
RGB
CMYK
RGB Variations
Color information
#517DCC (or 0x517DCC) is known color: Havelock Blue. HEX triplet: 51, 7D and CC. RGB value is (81,125,204). Sum of RGB (Red+Green+Blue) = 81+125+204=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #517DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCC is #AE8233. Grayscale: #787878. Windows color (decimal): -11436596 or 13401425. OLE color: 13401425.
HSL color Cylindrical-coordinate representation of color #517DCC: hue angle of 218.54º 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 #517DCC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 125 | 204 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.2 |
| HSL | 218.54º | 0.55% | 0.56% | - |
| HSV(B) | 218.54º | 0.6% | 0.8% | - |
| XYZ | 21.63 | 20.78 | 60 | - |
| YUV | 120.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 204 | 0.60 | 0.39 | 0 | 0.2 | 218.54 | 0.55 | 0.56 |
| Hex | 51 | 7D | CC | 3C | 27 | 0 | 14 | DB | 37 | 38 |
| Octal | 121 | 175 | 314 | 74 | 47 | 0 | 24 | 333 | 67 | 70 |
| Binary | 1010001 | 1111101 | 11001100 | 111100 | 100111 | 0 | 10100 | 11011011 | 110111 | 111000 |
Color Harmonies of #517DCC
Complementary color
Monochromatic Colors of #517DCC
Black with #517DCC
Text Example
Text Example
White with #517DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DCC; }
p { color: rgb(81,125,204); }
H1.HeaderClassName
{
color: #517DCC;
}
.AnyTagClassName
{
color: #517DCC;
}
</style>
background-color css
<style>
a { background-color: #517DCC; }
a { background-color: rgb(81,125,204); }
div.DivClassName
{
background-color: #517DCC;
}
.BgClassName
{
background-color: #517DCC;
}
</style>
border-color css
<style>
span { border-color: #517DCC; }
span { border-color: rgb(81,125,204); }
td.TdClassName
{
border-color: #517DCC;
}
.TagClassName
{
border-color: #517DCC;
}
</style>