Shades of Havelock Blue #5073CD
Tints of Havelock Blue #5073CD
RGB
CMYK
RGB Variations
Color information
#5073CD (or 0x5073CD) is known color: Havelock Blue. HEX triplet: 50, 73 and CD. RGB value is (80,115,205). Sum of RGB (Red+Green+Blue) = 80+115+205=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5073CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5073CD is #AF8C32. Grayscale: #727272. Windows color (decimal): -11504691 or 13464400. OLE color: 13464400.
HSL color Cylindrical-coordinate representation of color #5073CD: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5073CD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 115 | 205 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.20 |
| HSL | 223.2º | 0.56% | 0.56% | - |
| HSV(B) | 223.2º | 0.61% | 0.8% | - |
| XYZ | 20.46 | 18.37 | 60.23 | - |
| YUV | 114.8 | 178.9 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 205 | 0.61 | 0.44 | 0 | 0.20 | 223.2 | 0.56 | 0.56 |
| Hex | 50 | 73 | CD | 3D | 2C | 0 | 14 | DF | 38 | 38 |
| Octal | 120 | 163 | 315 | 75 | 54 | 0 | 24 | 337 | 70 | 70 |
| Binary | 1010000 | 1110011 | 11001101 | 111101 | 101100 | 0 | 10100 | 11011111 | 111000 | 111000 |
Color Harmonies of #5073CD
Complementary color
Monochromatic Colors of #5073CD
Black with #5073CD
Text Example
Text Example
White with #5073CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5073CD; }
p { color: rgb(80,115,205); }
H1.HeaderClassName
{
color: #5073CD;
}
.AnyTagClassName
{
color: #5073CD;
}
</style>
background-color css
<style>
a { background-color: #5073CD; }
a { background-color: rgb(80,115,205); }
div.DivClassName
{
background-color: #5073CD;
}
.BgClassName
{
background-color: #5073CD;
}
</style>
border-color css
<style>
span { border-color: #5073CD; }
span { border-color: rgb(80,115,205); }
td.TdClassName
{
border-color: #5073CD;
}
.TagClassName
{
border-color: #5073CD;
}
</style>