Shades of Havelock Blue #547DD6
Tints of Havelock Blue #547DD6
RGB
CMYK
RGB Variations
Color information
#547DD6 (or 0x547DD6) is known color: Havelock Blue. HEX triplet: 54, 7D and D6. RGB value is (84,125,214). Sum of RGB (Red+Green+Blue) = 84+125+214=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #547DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DD6 is #AB8229. Grayscale: #7A7A7A. Windows color (decimal): -11239978 or 14056788. OLE color: 14056788.
HSL color Cylindrical-coordinate representation of color #547DD6: hue angle of 221.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547DD6 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 125 | 214 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.16 |
| HSL | 221.08º | 0.61% | 0.58% | - |
| HSV(B) | 221.08º | 0.61% | 0.84% | - |
| XYZ | 23.13 | 21.41 | 66.53 | - |
| YUV | 122.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 214 | 0.61 | 0.42 | 0 | 0.16 | 221.08 | 0.61 | 0.58 |
| Hex | 54 | 7D | D6 | 3D | 2A | 0 | 10 | DD | 3D | 3A |
| Octal | 124 | 175 | 326 | 75 | 52 | 0 | 20 | 335 | 75 | 72 |
| Binary | 1010100 | 1111101 | 11010110 | 111101 | 101010 | 0 | 10000 | 11011101 | 111101 | 111010 |
Color Harmonies of #547DD6
Complementary color
Monochromatic Colors of #547DD6
Black with #547DD6
Text Example
Text Example
White with #547DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DD6; }
p { color: rgb(84,125,214); }
H1.HeaderClassName
{
color: #547DD6;
}
.AnyTagClassName
{
color: #547DD6;
}
</style>
background-color css
<style>
a { background-color: #547DD6; }
a { background-color: rgb(84,125,214); }
div.DivClassName
{
background-color: #547DD6;
}
.BgClassName
{
background-color: #547DD6;
}
</style>
border-color css
<style>
span { border-color: #547DD6; }
span { border-color: rgb(84,125,214); }
td.TdClassName
{
border-color: #547DD6;
}
.TagClassName
{
border-color: #547DD6;
}
</style>