Shades of Havelock Blue #547AD6
Tints of Havelock Blue #547AD6
RGB
CMYK
RGB Variations
Color information
#547AD6 (or 0x547AD6) is known color: Havelock Blue. HEX triplet: 54, 7A and D6. RGB value is (84,122,214). Sum of RGB (Red+Green+Blue) = 84+122+214=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #547AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD6 is #AB8529. Grayscale: #787878. Windows color (decimal): -11240746 or 14056020. OLE color: 14056020.
HSL color Cylindrical-coordinate representation of color #547AD6: hue angle of 222.46º 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 #547AD6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 122 | 214 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.16 |
| HSL | 222.46º | 0.61% | 0.58% | - |
| HSV(B) | 222.46º | 0.61% | 0.84% | - |
| XYZ | 22.75 | 20.66 | 66.41 | - |
| YUV | 121.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 214 | 0.61 | 0.43 | 0 | 0.16 | 222.46 | 0.61 | 0.58 |
| Hex | 54 | 7A | D6 | 3D | 2B | 0 | 10 | DE | 3D | 3A |
| Octal | 124 | 172 | 326 | 75 | 53 | 0 | 20 | 336 | 75 | 72 |
| Binary | 1010100 | 1111010 | 11010110 | 111101 | 101011 | 0 | 10000 | 11011110 | 111101 | 111010 |
Color Harmonies of #547AD6
Complementary color
Monochromatic Colors of #547AD6
Black with #547AD6
Text Example
Text Example
White with #547AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AD6; }
p { color: rgb(84,122,214); }
H1.HeaderClassName
{
color: #547AD6;
}
.AnyTagClassName
{
color: #547AD6;
}
</style>
background-color css
<style>
a { background-color: #547AD6; }
a { background-color: rgb(84,122,214); }
div.DivClassName
{
background-color: #547AD6;
}
.BgClassName
{
background-color: #547AD6;
}
</style>
border-color css
<style>
span { border-color: #547AD6; }
span { border-color: rgb(84,122,214); }
td.TdClassName
{
border-color: #547AD6;
}
.TagClassName
{
border-color: #547AD6;
}
</style>