Shades of Havelock Blue #5472CA
Tints of Havelock Blue #5472CA
RGB
CMYK
RGB Variations
Color information
#5472CA (or 0x5472CA) is known color: Havelock Blue. HEX triplet: 54, 72 and CA. RGB value is (84,114,202). Sum of RGB (Red+Green+Blue) = 84+114+202=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #5472CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472CA is #AB8D35. Grayscale: #727272. Windows color (decimal): -11242806 or 13267540. OLE color: 13267540.
HSL color Cylindrical-coordinate representation of color #5472CA: hue angle of 224.75º 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 #5472CA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 114 | 202 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.21 |
| HSL | 224.75º | 0.53% | 0.56% | - |
| HSV(B) | 224.75º | 0.58% | 0.79% | - |
| XYZ | 20.33 | 18.18 | 58.32 | - |
| YUV | 115.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 202 | 0.58 | 0.44 | 0 | 0.21 | 224.75 | 0.53 | 0.56 |
| Hex | 54 | 72 | CA | 3A | 2C | 0 | 15 | E1 | 35 | 38 |
| Octal | 124 | 162 | 312 | 72 | 54 | 0 | 25 | 341 | 65 | 70 |
| Binary | 1010100 | 1110010 | 11001010 | 111010 | 101100 | 0 | 10101 | 11100001 | 110101 | 111000 |
Color Harmonies of #5472CA
Complementary color
Monochromatic Colors of #5472CA
Black with #5472CA
Text Example
Text Example
White with #5472CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472CA; }
p { color: rgb(84,114,202); }
H1.HeaderClassName
{
color: #5472CA;
}
.AnyTagClassName
{
color: #5472CA;
}
</style>
background-color css
<style>
a { background-color: #5472CA; }
a { background-color: rgb(84,114,202); }
div.DivClassName
{
background-color: #5472CA;
}
.BgClassName
{
background-color: #5472CA;
}
</style>
border-color css
<style>
span { border-color: #5472CA; }
span { border-color: rgb(84,114,202); }
td.TdClassName
{
border-color: #5472CA;
}
.TagClassName
{
border-color: #5472CA;
}
</style>