Shades of Havelock Blue #547AB1
Tints of Havelock Blue #547AB1
RGB
CMYK
RGB Variations
Color information
#547AB1 (or 0x547AB1) is known color: Havelock Blue. HEX triplet: 54, 7A and B1. RGB value is (84,122,177). Sum of RGB (Red+Green+Blue) = 84+122+177=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #547AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AB1 is #AB854E. Grayscale: #747474. Windows color (decimal): -11240783 or 11631188. OLE color: 11631188.
HSL color Cylindrical-coordinate representation of color #547AB1: hue angle of 215.48º 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 #547AB1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 122 | 177 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.31 |
| HSL | 215.48º | 0.37% | 0.51% | - |
| HSV(B) | 215.48º | 0.53% | 0.69% | - |
| XYZ | 18.55 | 18.98 | 44.28 | - |
| YUV | 116.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 177 | 0.53 | 0.31 | 0 | 0.31 | 215.48 | 0.37 | 0.51 |
| Hex | 54 | 7A | B1 | 35 | 1F | 0 | 1F | D7 | 25 | 33 |
| Octal | 124 | 172 | 261 | 65 | 37 | 0 | 37 | 327 | 45 | 63 |
| Binary | 1010100 | 1111010 | 10110001 | 110101 | 11111 | 0 | 11111 | 11010111 | 100101 | 110011 |
Color Harmonies of #547AB1
Complementary color
Monochromatic Colors of #547AB1
Black with #547AB1
Text Example
Text Example
White with #547AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AB1; }
p { color: rgb(84,122,177); }
H1.HeaderClassName
{
color: #547AB1;
}
.AnyTagClassName
{
color: #547AB1;
}
</style>
background-color css
<style>
a { background-color: #547AB1; }
a { background-color: rgb(84,122,177); }
div.DivClassName
{
background-color: #547AB1;
}
.BgClassName
{
background-color: #547AB1;
}
</style>
border-color css
<style>
span { border-color: #547AB1; }
span { border-color: rgb(84,122,177); }
td.TdClassName
{
border-color: #547AB1;
}
.TagClassName
{
border-color: #547AB1;
}
</style>