Shades of Havelock Blue #517DCB
Tints of Havelock Blue #517DCB
RGB
CMYK
RGB Variations
Color information
#517DCB (or 0x517DCB) is known color: Havelock Blue. HEX triplet: 51, 7D and CB. RGB value is (81,125,203). Sum of RGB (Red+Green+Blue) = 81+125+203=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #517DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCB is #AE8234. Grayscale: #787878. Windows color (decimal): -11436597 or 13335889. OLE color: 13335889.
HSL color Cylindrical-coordinate representation of color #517DCB: hue angle of 218.36º degrees, saturation: 0.54, 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 #517DCB is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 125 | 203 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.20 |
| HSL | 218.36º | 0.54% | 0.56% | - |
| HSV(B) | 218.36º | 0.6% | 0.8% | - |
| XYZ | 21.51 | 20.73 | 59.37 | - |
| YUV | 120.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 203 | 0.60 | 0.38 | 0 | 0.20 | 218.36 | 0.54 | 0.56 |
| Hex | 51 | 7D | CB | 3C | 26 | 0 | 14 | DA | 36 | 38 |
| Octal | 121 | 175 | 313 | 74 | 46 | 0 | 24 | 332 | 66 | 70 |
| Binary | 1010001 | 1111101 | 11001011 | 111100 | 100110 | 0 | 10100 | 11011010 | 110110 | 111000 |
Color Harmonies of #517DCB
Complementary color
Monochromatic Colors of #517DCB
Black with #517DCB
Text Example
Text Example
White with #517DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DCB; }
p { color: rgb(81,125,203); }
H1.HeaderClassName
{
color: #517DCB;
}
.AnyTagClassName
{
color: #517DCB;
}
</style>
background-color css
<style>
a { background-color: #517DCB; }
a { background-color: rgb(81,125,203); }
div.DivClassName
{
background-color: #517DCB;
}
.BgClassName
{
background-color: #517DCB;
}
</style>
border-color css
<style>
span { border-color: #517DCB; }
span { border-color: rgb(81,125,203); }
td.TdClassName
{
border-color: #517DCB;
}
.TagClassName
{
border-color: #517DCB;
}
</style>