Shades of Havelock Blue #547DD0
Tints of Havelock Blue #547DD0
RGB
CMYK
RGB Variations
Color information
#547DD0 (or 0x547DD0) is known color: Havelock Blue. HEX triplet: 54, 7D and D0. RGB value is (84,125,208). Sum of RGB (Red+Green+Blue) = 84+125+208=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #547DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DD0 is #AB822F. Grayscale: #797979. Windows color (decimal): -11239984 or 13663572. OLE color: 13663572.
HSL color Cylindrical-coordinate representation of color #547DD0: hue angle of 220.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #547DD0 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 125 | 208 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.18 |
| HSL | 220.16º | 0.57% | 0.57% | - |
| HSV(B) | 220.16º | 0.6% | 0.82% | - |
| XYZ | 22.37 | 21.11 | 62.57 | - |
| YUV | 122.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 208 | 0.60 | 0.40 | 0 | 0.18 | 220.16 | 0.57 | 0.57 |
| Hex | 54 | 7D | D0 | 3C | 28 | 0 | 12 | DC | 39 | 39 |
| Octal | 124 | 175 | 320 | 74 | 50 | 0 | 22 | 334 | 71 | 71 |
| Binary | 1010100 | 1111101 | 11010000 | 111100 | 101000 | 0 | 10010 | 11011100 | 111001 | 111001 |
Color Harmonies of #547DD0
Complementary color
Monochromatic Colors of #547DD0
Black with #547DD0
Text Example
Text Example
White with #547DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DD0; }
p { color: rgb(84,125,208); }
H1.HeaderClassName
{
color: #547DD0;
}
.AnyTagClassName
{
color: #547DD0;
}
</style>
background-color css
<style>
a { background-color: #547DD0; }
a { background-color: rgb(84,125,208); }
div.DivClassName
{
background-color: #547DD0;
}
.BgClassName
{
background-color: #547DD0;
}
</style>
border-color css
<style>
span { border-color: #547DD0; }
span { border-color: rgb(84,125,208); }
td.TdClassName
{
border-color: #547DD0;
}
.TagClassName
{
border-color: #547DD0;
}
</style>