Shades of Havelock Blue #5472CE
Tints of Havelock Blue #5472CE
RGB
CMYK
RGB Variations
Color information
#5472CE (or 0x5472CE) is known color: Havelock Blue. HEX triplet: 54, 72 and CE. RGB value is (84,114,206). Sum of RGB (Red+Green+Blue) = 84+114+206=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5472CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472CE is #AB8D31. Grayscale: #737373. Windows color (decimal): -11242802 or 13529684. OLE color: 13529684.
HSL color Cylindrical-coordinate representation of color #5472CE: hue angle of 225.25º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5472CE is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 114 | 206 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.19 |
| HSL | 225.25º | 0.55% | 0.57% | - |
| HSV(B) | 225.25º | 0.59% | 0.81% | - |
| XYZ | 20.81 | 18.38 | 60.84 | - |
| YUV | 115.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 206 | 0.59 | 0.45 | 0 | 0.19 | 225.25 | 0.55 | 0.57 |
| Hex | 54 | 72 | CE | 3B | 2D | 0 | 13 | E1 | 37 | 39 |
| Octal | 124 | 162 | 316 | 73 | 55 | 0 | 23 | 341 | 67 | 71 |
| Binary | 1010100 | 1110010 | 11001110 | 111011 | 101101 | 0 | 10011 | 11100001 | 110111 | 111001 |
Color Harmonies of #5472CE
Complementary color
Monochromatic Colors of #5472CE
Black with #5472CE
Text Example
Text Example
White with #5472CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472CE; }
p { color: rgb(84,114,206); }
H1.HeaderClassName
{
color: #5472CE;
}
.AnyTagClassName
{
color: #5472CE;
}
</style>
background-color css
<style>
a { background-color: #5472CE; }
a { background-color: rgb(84,114,206); }
div.DivClassName
{
background-color: #5472CE;
}
.BgClassName
{
background-color: #5472CE;
}
</style>
border-color css
<style>
span { border-color: #5472CE; }
span { border-color: rgb(84,114,206); }
td.TdClassName
{
border-color: #5472CE;
}
.TagClassName
{
border-color: #5472CE;
}
</style>