Shades of Havelock Blue #5472BF
Tints of Havelock Blue #5472BF
RGB
CMYK
RGB Variations
Color information
#5472BF (or 0x5472BF) is known color: Havelock Blue. HEX triplet: 54, 72 and BF. RGB value is (84,114,191). Sum of RGB (Red+Green+Blue) = 84+114+191=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #5472BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472BF is #AB8D40. Grayscale: #717171. Windows color (decimal): -11242817 or 12546644. OLE color: 12546644.
HSL color Cylindrical-coordinate representation of color #5472BF: hue angle of 223.18º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5472BF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 114 | 191 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.25 |
| HSL | 223.18º | 0.46% | 0.54% | - |
| HSV(B) | 223.18º | 0.56% | 0.75% | - |
| XYZ | 19.08 | 17.68 | 51.7 | - |
| YUV | 113.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 191 | 0.56 | 0.40 | 0 | 0.25 | 223.18 | 0.46 | 0.54 |
| Hex | 54 | 72 | BF | 38 | 28 | 0 | 19 | DF | 2E | 36 |
| Octal | 124 | 162 | 277 | 70 | 50 | 0 | 31 | 337 | 56 | 66 |
| Binary | 1010100 | 1110010 | 10111111 | 111000 | 101000 | 0 | 11001 | 11011111 | 101110 | 110110 |
Color Harmonies of #5472BF
Complementary color
Monochromatic Colors of #5472BF
Black with #5472BF
Text Example
Text Example
White with #5472BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472BF; }
p { color: rgb(84,114,191); }
H1.HeaderClassName
{
color: #5472BF;
}
.AnyTagClassName
{
color: #5472BF;
}
</style>
background-color css
<style>
a { background-color: #5472BF; }
a { background-color: rgb(84,114,191); }
div.DivClassName
{
background-color: #5472BF;
}
.BgClassName
{
background-color: #5472BF;
}
</style>
border-color css
<style>
span { border-color: #5472BF; }
span { border-color: rgb(84,114,191); }
td.TdClassName
{
border-color: #5472BF;
}
.TagClassName
{
border-color: #5472BF;
}
</style>