Shades of Havelock Blue #547AB0
Tints of Havelock Blue #547AB0
RGB
CMYK
RGB Variations
Color information
#547AB0 (or 0x547AB0) is known color: Havelock Blue. HEX triplet: 54, 7A and B0. RGB value is (84,122,176). Sum of RGB (Red+Green+Blue) = 84+122+176=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #547AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AB0 is #AB854F. Grayscale: #747474. Windows color (decimal): -11240784 or 11565652. OLE color: 11565652.
HSL color Cylindrical-coordinate representation of color #547AB0: hue angle of 215.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547AB0 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 122 | 176 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.31 |
| HSL | 215.22º | 0.37% | 0.51% | - |
| HSV(B) | 215.22º | 0.52% | 0.69% | - |
| XYZ | 18.45 | 18.94 | 43.76 | - |
| YUV | 116.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 176 | 0.52 | 0.31 | 0 | 0.31 | 215.22 | 0.37 | 0.51 |
| Hex | 54 | 7A | B0 | 34 | 1F | 0 | 1F | D7 | 25 | 33 |
| Octal | 124 | 172 | 260 | 64 | 37 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010100 | 1111010 | 10110000 | 110100 | 11111 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #547AB0
Complementary color
Monochromatic Colors of #547AB0
Black with #547AB0
Text Example
Text Example
White with #547AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AB0; }
p { color: rgb(84,122,176); }
H1.HeaderClassName
{
color: #547AB0;
}
.AnyTagClassName
{
color: #547AB0;
}
</style>
background-color css
<style>
a { background-color: #547AB0; }
a { background-color: rgb(84,122,176); }
div.DivClassName
{
background-color: #547AB0;
}
.BgClassName
{
background-color: #547AB0;
}
</style>
border-color css
<style>
span { border-color: #547AB0; }
span { border-color: rgb(84,122,176); }
td.TdClassName
{
border-color: #547AB0;
}
.TagClassName
{
border-color: #547AB0;
}
</style>