Shades of Havelock Blue #5472BD
Tints of Havelock Blue #5472BD
RGB
CMYK
RGB Variations
Color information
#5472BD (or 0x5472BD) is known color: Havelock Blue. HEX triplet: 54, 72 and BD. RGB value is (84,114,189). Sum of RGB (Red+Green+Blue) = 84+114+189=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5472BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472BD is #AB8D42. Grayscale: #717171. Windows color (decimal): -11242819 or 12415572. OLE color: 12415572.
HSL color Cylindrical-coordinate representation of color #5472BD: hue angle of 222.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5472BD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 114 | 189 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.26 |
| HSL | 222.86º | 0.44% | 0.54% | - |
| HSV(B) | 222.86º | 0.56% | 0.74% | - |
| XYZ | 18.86 | 17.59 | 50.55 | - |
| YUV | 113.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 189 | 0.56 | 0.40 | 0 | 0.26 | 222.86 | 0.44 | 0.54 |
| Hex | 54 | 72 | BD | 38 | 28 | 0 | 1A | DF | 2C | 36 |
| Octal | 124 | 162 | 275 | 70 | 50 | 0 | 32 | 337 | 54 | 66 |
| Binary | 1010100 | 1110010 | 10111101 | 111000 | 101000 | 0 | 11010 | 11011111 | 101100 | 110110 |
Color Harmonies of #5472BD
Complementary color
Monochromatic Colors of #5472BD
Black with #5472BD
Text Example
Text Example
White with #5472BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472BD; }
p { color: rgb(84,114,189); }
H1.HeaderClassName
{
color: #5472BD;
}
.AnyTagClassName
{
color: #5472BD;
}
</style>
background-color css
<style>
a { background-color: #5472BD; }
a { background-color: rgb(84,114,189); }
div.DivClassName
{
background-color: #5472BD;
}
.BgClassName
{
background-color: #5472BD;
}
</style>
border-color css
<style>
span { border-color: #5472BD; }
span { border-color: rgb(84,114,189); }
td.TdClassName
{
border-color: #5472BD;
}
.TagClassName
{
border-color: #5472BD;
}
</style>