Shades of Havelock Blue #547FBB
Tints of Havelock Blue #547FBB
RGB
CMYK
RGB Variations
Color information
#547FBB (or 0x547FBB) is known color: Havelock Blue. HEX triplet: 54, 7F and BB. RGB value is (84,127,187). Sum of RGB (Red+Green+Blue) = 84+127+187=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #547FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FBB is #AB8044. Grayscale: #787878. Windows color (decimal): -11239493 or 12287828. OLE color: 12287828.
HSL color Cylindrical-coordinate representation of color #547FBB: hue angle of 214.95º 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 #547FBB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 127 | 187 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.27 |
| HSL | 214.95º | 0.43% | 0.53% | - |
| HSV(B) | 214.95º | 0.55% | 0.73% | - |
| XYZ | 20.22 | 20.65 | 49.93 | - |
| YUV | 120.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 187 | 0.55 | 0.32 | 0 | 0.27 | 214.95 | 0.43 | 0.53 |
| Hex | 54 | 7F | BB | 37 | 20 | 0 | 1B | D7 | 2B | 35 |
| Octal | 124 | 177 | 273 | 67 | 40 | 0 | 33 | 327 | 53 | 65 |
| Binary | 1010100 | 1111111 | 10111011 | 110111 | 100000 | 0 | 11011 | 11010111 | 101011 | 110101 |
Color Harmonies of #547FBB
Complementary color
Monochromatic Colors of #547FBB
Black with #547FBB
Text Example
Text Example
White with #547FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FBB; }
p { color: rgb(84,127,187); }
H1.HeaderClassName
{
color: #547FBB;
}
.AnyTagClassName
{
color: #547FBB;
}
</style>
background-color css
<style>
a { background-color: #547FBB; }
a { background-color: rgb(84,127,187); }
div.DivClassName
{
background-color: #547FBB;
}
.BgClassName
{
background-color: #547FBB;
}
</style>
border-color css
<style>
span { border-color: #547FBB; }
span { border-color: rgb(84,127,187); }
td.TdClassName
{
border-color: #547FBB;
}
.TagClassName
{
border-color: #547FBB;
}
</style>