Shades of Havelock Blue #547BB1
Tints of Havelock Blue #547BB1
RGB
CMYK
RGB Variations
Color information
#547BB1 (or 0x547BB1) is known color: Havelock Blue. HEX triplet: 54, 7B and B1. RGB value is (84,123,177). Sum of RGB (Red+Green+Blue) = 84+123+177=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #547BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BB1 is #AB844E. Grayscale: #757575. Windows color (decimal): -11240527 or 11631444. OLE color: 11631444.
HSL color Cylindrical-coordinate representation of color #547BB1: hue angle of 214.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #547BB1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 123 | 177 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.31 |
| HSL | 214.84º | 0.37% | 0.51% | - |
| HSV(B) | 214.84º | 0.53% | 0.69% | - |
| XYZ | 18.67 | 19.23 | 44.32 | - |
| YUV | 117.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 177 | 0.53 | 0.31 | 0 | 0.31 | 214.84 | 0.37 | 0.51 |
| Hex | 54 | 7B | B1 | 35 | 1F | 0 | 1F | D7 | 25 | 33 |
| Octal | 124 | 173 | 261 | 65 | 37 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010100 | 1111011 | 10110001 | 110101 | 11111 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #547BB1
Complementary color
Monochromatic Colors of #547BB1
Black with #547BB1
Text Example
Text Example
White with #547BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BB1; }
p { color: rgb(84,123,177); }
H1.HeaderClassName
{
color: #547BB1;
}
.AnyTagClassName
{
color: #547BB1;
}
</style>
background-color css
<style>
a { background-color: #547BB1; }
a { background-color: rgb(84,123,177); }
div.DivClassName
{
background-color: #547BB1;
}
.BgClassName
{
background-color: #547BB1;
}
</style>
border-color css
<style>
span { border-color: #547BB1; }
span { border-color: rgb(84,123,177); }
td.TdClassName
{
border-color: #547BB1;
}
.TagClassName
{
border-color: #547BB1;
}
</style>