Shades of Havelock Blue #5472BB
Tints of Havelock Blue #5472BB
RGB
CMYK
RGB Variations
Color information
#5472BB (or 0x5472BB) is known color: Havelock Blue. HEX triplet: 54, 72 and BB. RGB value is (84,114,187). Sum of RGB (Red+Green+Blue) = 84+114+187=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #5472BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472BB is #AB8D44. Grayscale: #717171. Windows color (decimal): -11242821 or 12284500. OLE color: 12284500.
HSL color Cylindrical-coordinate representation of color #5472BB: hue angle of 222.52º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5472BB is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 114 | 187 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.27 |
| HSL | 222.52º | 0.43% | 0.53% | - |
| HSV(B) | 222.52º | 0.55% | 0.73% | - |
| XYZ | 18.64 | 17.51 | 49.41 | - |
| YUV | 113.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 187 | 0.55 | 0.39 | 0 | 0.27 | 222.52 | 0.43 | 0.53 |
| Hex | 54 | 72 | BB | 37 | 27 | 0 | 1B | DF | 2B | 35 |
| Octal | 124 | 162 | 273 | 67 | 47 | 0 | 33 | 337 | 53 | 65 |
| Binary | 1010100 | 1110010 | 10111011 | 110111 | 100111 | 0 | 11011 | 11011111 | 101011 | 110101 |
Color Harmonies of #5472BB
Complementary color
Monochromatic Colors of #5472BB
Black with #5472BB
Text Example
Text Example
White with #5472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472BB; }
p { color: rgb(84,114,187); }
H1.HeaderClassName
{
color: #5472BB;
}
.AnyTagClassName
{
color: #5472BB;
}
</style>
background-color css
<style>
a { background-color: #5472BB; }
a { background-color: rgb(84,114,187); }
div.DivClassName
{
background-color: #5472BB;
}
.BgClassName
{
background-color: #5472BB;
}
</style>
border-color css
<style>
span { border-color: #5472BB; }
span { border-color: rgb(84,114,187); }
td.TdClassName
{
border-color: #5472BB;
}
.TagClassName
{
border-color: #5472BB;
}
</style>