Shades of Havelock Blue #547AC0
Tints of Havelock Blue #547AC0
RGB
CMYK
RGB Variations
Color information
#547AC0 (or 0x547AC0) is known color: Havelock Blue. HEX triplet: 54, 7A and C0. RGB value is (84,122,192). Sum of RGB (Red+Green+Blue) = 84+122+192=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #547AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AC0 is #AB853F. Grayscale: #767676. Windows color (decimal): -11240768 or 12614228. OLE color: 12614228.
HSL color Cylindrical-coordinate representation of color #547AC0: hue angle of 218.89º 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 #547AC0 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 122 | 192 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.25 |
| HSL | 218.89º | 0.46% | 0.54% | - |
| HSV(B) | 218.89º | 0.56% | 0.75% | - |
| XYZ | 20.13 | 19.61 | 52.59 | - |
| YUV | 118.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 192 | 0.56 | 0.36 | 0 | 0.25 | 218.89 | 0.46 | 0.54 |
| Hex | 54 | 7A | C0 | 38 | 24 | 0 | 19 | DB | 2E | 36 |
| Octal | 124 | 172 | 300 | 70 | 44 | 0 | 31 | 333 | 56 | 66 |
| Binary | 1010100 | 1111010 | 11000000 | 111000 | 100100 | 0 | 11001 | 11011011 | 101110 | 110110 |
Color Harmonies of #547AC0
Complementary color
Monochromatic Colors of #547AC0
Black with #547AC0
Text Example
Text Example
White with #547AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AC0; }
p { color: rgb(84,122,192); }
H1.HeaderClassName
{
color: #547AC0;
}
.AnyTagClassName
{
color: #547AC0;
}
</style>
background-color css
<style>
a { background-color: #547AC0; }
a { background-color: rgb(84,122,192); }
div.DivClassName
{
background-color: #547AC0;
}
.BgClassName
{
background-color: #547AC0;
}
</style>
border-color css
<style>
span { border-color: #547AC0; }
span { border-color: rgb(84,122,192); }
td.TdClassName
{
border-color: #547AC0;
}
.TagClassName
{
border-color: #547AC0;
}
</style>