Shades of Havelock Blue #547FBC
Tints of Havelock Blue #547FBC
RGB
CMYK
RGB Variations
Color information
#547FBC (or 0x547FBC) is known color: Havelock Blue. HEX triplet: 54, 7F and BC. RGB value is (84,127,188). Sum of RGB (Red+Green+Blue) = 84+127+188=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #547FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FBC is #AB8043. Grayscale: #787878. Windows color (decimal): -11239492 or 12353364. OLE color: 12353364.
HSL color Cylindrical-coordinate representation of color #547FBC: hue angle of 215.19º 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 #547FBC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 127 | 188 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.26 |
| HSL | 215.19º | 0.44% | 0.53% | - |
| HSV(B) | 215.19º | 0.55% | 0.74% | - |
| XYZ | 20.32 | 20.69 | 50.5 | - |
| YUV | 121.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 188 | 0.55 | 0.32 | 0 | 0.26 | 215.19 | 0.44 | 0.53 |
| Hex | 54 | 7F | BC | 37 | 20 | 0 | 1A | D7 | 2C | 35 |
| Octal | 124 | 177 | 274 | 67 | 40 | 0 | 32 | 327 | 54 | 65 |
| Binary | 1010100 | 1111111 | 10111100 | 110111 | 100000 | 0 | 11010 | 11010111 | 101100 | 110101 |
Color Harmonies of #547FBC
Complementary color
Monochromatic Colors of #547FBC
Black with #547FBC
Text Example
Text Example
White with #547FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FBC; }
p { color: rgb(84,127,188); }
H1.HeaderClassName
{
color: #547FBC;
}
.AnyTagClassName
{
color: #547FBC;
}
</style>
background-color css
<style>
a { background-color: #547FBC; }
a { background-color: rgb(84,127,188); }
div.DivClassName
{
background-color: #547FBC;
}
.BgClassName
{
background-color: #547FBC;
}
</style>
border-color css
<style>
span { border-color: #547FBC; }
span { border-color: rgb(84,127,188); }
td.TdClassName
{
border-color: #547FBC;
}
.TagClassName
{
border-color: #547FBC;
}
</style>