Shades of Havelock Blue #5473CA
Tints of Havelock Blue #5473CA
RGB
CMYK
RGB Variations
Color information
#5473CA (or 0x5473CA) is known color: Havelock Blue. HEX triplet: 54, 73 and CA. RGB value is (84,115,202). Sum of RGB (Red+Green+Blue) = 84+115+202=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #5473CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473CA is #AB8C35. Grayscale: #737373. Windows color (decimal): -11242550 or 13267796. OLE color: 13267796.
HSL color Cylindrical-coordinate representation of color #5473CA: hue angle of 224.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5473CA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 115 | 202 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.21 |
| HSL | 224.24º | 0.53% | 0.56% | - |
| HSV(B) | 224.24º | 0.58% | 0.79% | - |
| XYZ | 20.45 | 18.41 | 58.35 | - |
| YUV | 115.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 202 | 0.58 | 0.43 | 0 | 0.21 | 224.24 | 0.53 | 0.56 |
| Hex | 54 | 73 | CA | 3A | 2B | 0 | 15 | E0 | 35 | 38 |
| Octal | 124 | 163 | 312 | 72 | 53 | 0 | 25 | 340 | 65 | 70 |
| Binary | 1010100 | 1110011 | 11001010 | 111010 | 101011 | 0 | 10101 | 11100000 | 110101 | 111000 |
Color Harmonies of #5473CA
Complementary color
Monochromatic Colors of #5473CA
Black with #5473CA
Text Example
Text Example
White with #5473CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473CA; }
p { color: rgb(84,115,202); }
H1.HeaderClassName
{
color: #5473CA;
}
.AnyTagClassName
{
color: #5473CA;
}
</style>
background-color css
<style>
a { background-color: #5473CA; }
a { background-color: rgb(84,115,202); }
div.DivClassName
{
background-color: #5473CA;
}
.BgClassName
{
background-color: #5473CA;
}
</style>
border-color css
<style>
span { border-color: #5473CA; }
span { border-color: rgb(84,115,202); }
td.TdClassName
{
border-color: #5473CA;
}
.TagClassName
{
border-color: #5473CA;
}
</style>