Shades of Havelock Blue #5471CD
Tints of Havelock Blue #5471CD
RGB
CMYK
RGB Variations
Color information
#5471CD (or 0x5471CD) is known color: Havelock Blue. HEX triplet: 54, 71 and CD. RGB value is (84,113,205). Sum of RGB (Red+Green+Blue) = 84+113+205=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #5471CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CD is #AB8E32. Grayscale: #727272. Windows color (decimal): -11243059 or 13463892. OLE color: 13463892.
HSL color Cylindrical-coordinate representation of color #5471CD: hue angle of 225.62º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5471CD is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 113 | 205 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.20 |
| HSL | 225.62º | 0.55% | 0.57% | - |
| HSV(B) | 225.62º | 0.59% | 0.8% | - |
| XYZ | 20.58 | 18.1 | 60.17 | - |
| YUV | 114.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 205 | 0.59 | 0.45 | 0 | 0.20 | 225.62 | 0.55 | 0.57 |
| Hex | 54 | 71 | CD | 3B | 2D | 0 | 14 | E2 | 37 | 39 |
| Octal | 124 | 161 | 315 | 73 | 55 | 0 | 24 | 342 | 67 | 71 |
| Binary | 1010100 | 1110001 | 11001101 | 111011 | 101101 | 0 | 10100 | 11100010 | 110111 | 111001 |
Color Harmonies of #5471CD
Complementary color
Monochromatic Colors of #5471CD
Black with #5471CD
Text Example
Text Example
White with #5471CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471CD; }
p { color: rgb(84,113,205); }
H1.HeaderClassName
{
color: #5471CD;
}
.AnyTagClassName
{
color: #5471CD;
}
</style>
background-color css
<style>
a { background-color: #5471CD; }
a { background-color: rgb(84,113,205); }
div.DivClassName
{
background-color: #5471CD;
}
.BgClassName
{
background-color: #5471CD;
}
</style>
border-color css
<style>
span { border-color: #5471CD; }
span { border-color: rgb(84,113,205); }
td.TdClassName
{
border-color: #5471CD;
}
.TagClassName
{
border-color: #5471CD;
}
</style>