Shades of Havelock Blue #547DD5
Tints of Havelock Blue #547DD5
RGB
CMYK
RGB Variations
Color information
#547DD5 (or 0x547DD5) is known color: Havelock Blue. HEX triplet: 54, 7D and D5. RGB value is (84,125,213). Sum of RGB (Red+Green+Blue) = 84+125+213=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #547DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DD5 is #AB822A. Grayscale: #7A7A7A. Windows color (decimal): -11239979 or 13991252. OLE color: 13991252.
HSL color Cylindrical-coordinate representation of color #547DD5: hue angle of 220.93º 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 #547DD5 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 125 | 213 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.16 |
| HSL | 220.93º | 0.61% | 0.58% | - |
| HSV(B) | 220.93º | 0.61% | 0.84% | - |
| XYZ | 23 | 21.36 | 65.86 | - |
| YUV | 122.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 213 | 0.61 | 0.41 | 0 | 0.16 | 220.93 | 0.61 | 0.58 |
| Hex | 54 | 7D | D5 | 3D | 29 | 0 | 10 | DD | 3D | 3A |
| Octal | 124 | 175 | 325 | 75 | 51 | 0 | 20 | 335 | 75 | 72 |
| Binary | 1010100 | 1111101 | 11010101 | 111101 | 101001 | 0 | 10000 | 11011101 | 111101 | 111010 |
Color Harmonies of #547DD5
Complementary color
Monochromatic Colors of #547DD5
Black with #547DD5
Text Example
Text Example
White with #547DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DD5; }
p { color: rgb(84,125,213); }
H1.HeaderClassName
{
color: #547DD5;
}
.AnyTagClassName
{
color: #547DD5;
}
</style>
background-color css
<style>
a { background-color: #547DD5; }
a { background-color: rgb(84,125,213); }
div.DivClassName
{
background-color: #547DD5;
}
.BgClassName
{
background-color: #547DD5;
}
</style>
border-color css
<style>
span { border-color: #547DD5; }
span { border-color: rgb(84,125,213); }
td.TdClassName
{
border-color: #547DD5;
}
.TagClassName
{
border-color: #547DD5;
}
</style>