Shades of Havelock Blue #547AD5
Tints of Havelock Blue #547AD5
RGB
CMYK
RGB Variations
Color information
#547AD5 (or 0x547AD5) is known color: Havelock Blue. HEX triplet: 54, 7A and D5. RGB value is (84,122,213). Sum of RGB (Red+Green+Blue) = 84+122+213=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #547AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547AD5 is #AB852A. Grayscale: #787878. Windows color (decimal): -11240747 or 13990484. OLE color: 13990484.
HSL color Cylindrical-coordinate representation of color #547AD5: hue angle of 222.33º 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 #547AD5 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 122 | 213 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.16 |
| HSL | 222.33º | 0.61% | 0.58% | - |
| HSV(B) | 222.33º | 0.61% | 0.84% | - |
| XYZ | 22.63 | 20.61 | 65.74 | - |
| YUV | 121.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 213 | 0.61 | 0.43 | 0 | 0.16 | 222.33 | 0.61 | 0.58 |
| Hex | 54 | 7A | D5 | 3D | 2B | 0 | 10 | DE | 3D | 3A |
| Octal | 124 | 172 | 325 | 75 | 53 | 0 | 20 | 336 | 75 | 72 |
| Binary | 1010100 | 1111010 | 11010101 | 111101 | 101011 | 0 | 10000 | 11011110 | 111101 | 111010 |
Color Harmonies of #547AD5
Complementary color
Monochromatic Colors of #547AD5
Black with #547AD5
Text Example
Text Example
White with #547AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AD5; }
p { color: rgb(84,122,213); }
H1.HeaderClassName
{
color: #547AD5;
}
.AnyTagClassName
{
color: #547AD5;
}
</style>
background-color css
<style>
a { background-color: #547AD5; }
a { background-color: rgb(84,122,213); }
div.DivClassName
{
background-color: #547AD5;
}
.BgClassName
{
background-color: #547AD5;
}
</style>
border-color css
<style>
span { border-color: #547AD5; }
span { border-color: rgb(84,122,213); }
td.TdClassName
{
border-color: #547AD5;
}
.TagClassName
{
border-color: #547AD5;
}
</style>