Shades of Havelock Blue #5471BC
Tints of Havelock Blue #5471BC
RGB
CMYK
RGB Variations
Color information
#5471BC (or 0x5471BC) is known color: Havelock Blue. HEX triplet: 54, 71 and BC. RGB value is (84,113,188). Sum of RGB (Red+Green+Blue) = 84+113+188=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5471BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471BC is #AB8E43. Grayscale: #707070. Windows color (decimal): -11243076 or 12349780. OLE color: 12349780.
HSL color Cylindrical-coordinate representation of color #5471BC: hue angle of 223.27º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5471BC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 113 | 188 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.26 |
| HSL | 223.27º | 0.44% | 0.53% | - |
| HSV(B) | 223.27º | 0.55% | 0.74% | - |
| XYZ | 18.64 | 17.33 | 49.94 | - |
| YUV | 112.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 188 | 0.55 | 0.40 | 0 | 0.26 | 223.27 | 0.44 | 0.53 |
| Hex | 54 | 71 | BC | 37 | 28 | 0 | 1A | DF | 2C | 35 |
| Octal | 124 | 161 | 274 | 67 | 50 | 0 | 32 | 337 | 54 | 65 |
| Binary | 1010100 | 1110001 | 10111100 | 110111 | 101000 | 0 | 11010 | 11011111 | 101100 | 110101 |
Color Harmonies of #5471BC
Complementary color
Monochromatic Colors of #5471BC
Black with #5471BC
Text Example
Text Example
White with #5471BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471BC; }
p { color: rgb(84,113,188); }
H1.HeaderClassName
{
color: #5471BC;
}
.AnyTagClassName
{
color: #5471BC;
}
</style>
background-color css
<style>
a { background-color: #5471BC; }
a { background-color: rgb(84,113,188); }
div.DivClassName
{
background-color: #5471BC;
}
.BgClassName
{
background-color: #5471BC;
}
</style>
border-color css
<style>
span { border-color: #5471BC; }
span { border-color: rgb(84,113,188); }
td.TdClassName
{
border-color: #5471BC;
}
.TagClassName
{
border-color: #5471BC;
}
</style>