Shades of Havelock Blue #547EBA
Tints of Havelock Blue #547EBA
RGB
CMYK
RGB Variations
Color information
#547EBA (or 0x547EBA) is known color: Havelock Blue. HEX triplet: 54, 7E and BA. RGB value is (84,126,186). Sum of RGB (Red+Green+Blue) = 84+126+186=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #547EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EBA is #AB8145. Grayscale: #787878. Windows color (decimal): -11239750 or 12222036. OLE color: 12222036.
HSL color Cylindrical-coordinate representation of color #547EBA: hue angle of 215.29º 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 #547EBA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 126 | 186 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.27 |
| HSL | 215.29º | 0.43% | 0.53% | - |
| HSV(B) | 215.29º | 0.55% | 0.73% | - |
| XYZ | 19.98 | 20.35 | 49.33 | - |
| YUV | 120.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 186 | 0.55 | 0.32 | 0 | 0.27 | 215.29 | 0.43 | 0.53 |
| Hex | 54 | 7E | BA | 37 | 20 | 0 | 1B | D7 | 2A | 35 |
| Octal | 124 | 176 | 272 | 67 | 40 | 0 | 33 | 327 | 52 | 65 |
| Binary | 1010100 | 1111110 | 10111010 | 110111 | 100000 | 0 | 11011 | 11010111 | 101010 | 110101 |
Color Harmonies of #547EBA
Complementary color
Monochromatic Colors of #547EBA
Black with #547EBA
Text Example
Text Example
White with #547EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EBA; }
p { color: rgb(84,126,186); }
H1.HeaderClassName
{
color: #547EBA;
}
.AnyTagClassName
{
color: #547EBA;
}
</style>
background-color css
<style>
a { background-color: #547EBA; }
a { background-color: rgb(84,126,186); }
div.DivClassName
{
background-color: #547EBA;
}
.BgClassName
{
background-color: #547EBA;
}
</style>
border-color css
<style>
span { border-color: #547EBA; }
span { border-color: rgb(84,126,186); }
td.TdClassName
{
border-color: #547EBA;
}
.TagClassName
{
border-color: #547EBA;
}
</style>