Shades of Havelock Blue #5173CD
Tints of Havelock Blue #5173CD
RGB
CMYK
RGB Variations
Color information
#5173CD (or 0x5173CD) is known color: Havelock Blue. HEX triplet: 51, 73 and CD. RGB value is (81,115,205). Sum of RGB (Red+Green+Blue) = 81+115+205=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #5173CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173CD is #AE8C32. Grayscale: #727272. Windows color (decimal): -11439155 or 13464401. OLE color: 13464401.
HSL color Cylindrical-coordinate representation of color #5173CD: hue angle of 223.55º 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 #5173CD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 115 | 205 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.20 |
| HSL | 223.55º | 0.55% | 0.56% | - |
| HSV(B) | 223.55º | 0.6% | 0.8% | - |
| XYZ | 20.54 | 18.42 | 60.23 | - |
| YUV | 115.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 205 | 0.60 | 0.44 | 0 | 0.20 | 223.55 | 0.55 | 0.56 |
| Hex | 51 | 73 | CD | 3C | 2C | 0 | 14 | E0 | 37 | 38 |
| Octal | 121 | 163 | 315 | 74 | 54 | 0 | 24 | 340 | 67 | 70 |
| Binary | 1010001 | 1110011 | 11001101 | 111100 | 101100 | 0 | 10100 | 11100000 | 110111 | 111000 |
Color Harmonies of #5173CD
Complementary color
Monochromatic Colors of #5173CD
Black with #5173CD
Text Example
Text Example
White with #5173CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5173CD; }
p { color: rgb(81,115,205); }
H1.HeaderClassName
{
color: #5173CD;
}
.AnyTagClassName
{
color: #5173CD;
}
</style>
background-color css
<style>
a { background-color: #5173CD; }
a { background-color: rgb(81,115,205); }
div.DivClassName
{
background-color: #5173CD;
}
.BgClassName
{
background-color: #5173CD;
}
</style>
border-color css
<style>
span { border-color: #5173CD; }
span { border-color: rgb(81,115,205); }
td.TdClassName
{
border-color: #5173CD;
}
.TagClassName
{
border-color: #5173CD;
}
</style>