Shades of Havelock Blue #547DB7
Tints of Havelock Blue #547DB7
RGB
CMYK
RGB Variations
Color information
#547DB7 (or 0x547DB7) is known color: Havelock Blue. HEX triplet: 54, 7D and B7. RGB value is (84,125,183). Sum of RGB (Red+Green+Blue) = 84+125+183=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #547DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DB7 is #AB8248. Grayscale: #777777. Windows color (decimal): -11240009 or 12025172. OLE color: 12025172.
HSL color Cylindrical-coordinate representation of color #547DB7: hue angle of 215.15º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #547DB7 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 125 | 183 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.28 |
| HSL | 215.15º | 0.41% | 0.52% | - |
| HSV(B) | 215.15º | 0.54% | 0.72% | - |
| XYZ | 19.54 | 19.97 | 47.62 | - |
| YUV | 119.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 183 | 0.54 | 0.32 | 0 | 0.28 | 215.15 | 0.41 | 0.52 |
| Hex | 54 | 7D | B7 | 36 | 20 | 0 | 1C | D7 | 29 | 34 |
| Octal | 124 | 175 | 267 | 66 | 40 | 0 | 34 | 327 | 51 | 64 |
| Binary | 1010100 | 1111101 | 10110111 | 110110 | 100000 | 0 | 11100 | 11010111 | 101001 | 110100 |
Color Harmonies of #547DB7
Complementary color
Monochromatic Colors of #547DB7
Black with #547DB7
Text Example
Text Example
White with #547DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DB7; }
p { color: rgb(84,125,183); }
H1.HeaderClassName
{
color: #547DB7;
}
.AnyTagClassName
{
color: #547DB7;
}
</style>
background-color css
<style>
a { background-color: #547DB7; }
a { background-color: rgb(84,125,183); }
div.DivClassName
{
background-color: #547DB7;
}
.BgClassName
{
background-color: #547DB7;
}
</style>
border-color css
<style>
span { border-color: #547DB7; }
span { border-color: rgb(84,125,183); }
td.TdClassName
{
border-color: #547DB7;
}
.TagClassName
{
border-color: #547DB7;
}
</style>