Shades of Havelock Blue #547ABF
Tints of Havelock Blue #547ABF
RGB
CMYK
RGB Variations
Color information
#547ABF (or 0x547ABF) is known color: Havelock Blue. HEX triplet: 54, 7A and BF. RGB value is (84,122,191). Sum of RGB (Red+Green+Blue) = 84+122+191=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #547ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ABF is #AB8540. Grayscale: #767676. Windows color (decimal): -11240769 or 12548692. OLE color: 12548692.
HSL color Cylindrical-coordinate representation of color #547ABF: hue angle of 218.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547ABF is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 122 | 191 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.25 |
| HSL | 218.69º | 0.46% | 0.54% | - |
| HSV(B) | 218.69º | 0.56% | 0.75% | - |
| XYZ | 20.02 | 19.57 | 52.01 | - |
| YUV | 118.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 191 | 0.56 | 0.36 | 0 | 0.25 | 218.69 | 0.46 | 0.54 |
| Hex | 54 | 7A | BF | 38 | 24 | 0 | 19 | DB | 2E | 36 |
| Octal | 124 | 172 | 277 | 70 | 44 | 0 | 31 | 333 | 56 | 66 |
| Binary | 1010100 | 1111010 | 10111111 | 111000 | 100100 | 0 | 11001 | 11011011 | 101110 | 110110 |
Color Harmonies of #547ABF
Complementary color
Monochromatic Colors of #547ABF
Black with #547ABF
Text Example
Text Example
White with #547ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547ABF; }
p { color: rgb(84,122,191); }
H1.HeaderClassName
{
color: #547ABF;
}
.AnyTagClassName
{
color: #547ABF;
}
</style>
background-color css
<style>
a { background-color: #547ABF; }
a { background-color: rgb(84,122,191); }
div.DivClassName
{
background-color: #547ABF;
}
.BgClassName
{
background-color: #547ABF;
}
</style>
border-color css
<style>
span { border-color: #547ABF; }
span { border-color: rgb(84,122,191); }
td.TdClassName
{
border-color: #547ABF;
}
.TagClassName
{
border-color: #547ABF;
}
</style>