Shades of Havelock Blue #547DBD
Tints of Havelock Blue #547DBD
RGB
CMYK
RGB Variations
Color information
#547DBD (or 0x547DBD) is known color: Havelock Blue. HEX triplet: 54, 7D and BD. RGB value is (84,125,189). Sum of RGB (Red+Green+Blue) = 84+125+189=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #547DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DBD is #AB8242. Grayscale: #777777. Windows color (decimal): -11240003 or 12418388. OLE color: 12418388.
HSL color Cylindrical-coordinate representation of color #547DBD: hue angle of 216.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547DBD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 125 | 189 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.26 |
| HSL | 216.57º | 0.44% | 0.54% | - |
| HSV(B) | 216.57º | 0.56% | 0.74% | - |
| XYZ | 20.18 | 20.23 | 50.98 | - |
| YUV | 120.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 189 | 0.56 | 0.34 | 0 | 0.26 | 216.57 | 0.44 | 0.54 |
| Hex | 54 | 7D | BD | 38 | 22 | 0 | 1A | D9 | 2C | 36 |
| Octal | 124 | 175 | 275 | 70 | 42 | 0 | 32 | 331 | 54 | 66 |
| Binary | 1010100 | 1111101 | 10111101 | 111000 | 100010 | 0 | 11010 | 11011001 | 101100 | 110110 |
Color Harmonies of #547DBD
Complementary color
Monochromatic Colors of #547DBD
Black with #547DBD
Text Example
Text Example
White with #547DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DBD; }
p { color: rgb(84,125,189); }
H1.HeaderClassName
{
color: #547DBD;
}
.AnyTagClassName
{
color: #547DBD;
}
</style>
background-color css
<style>
a { background-color: #547DBD; }
a { background-color: rgb(84,125,189); }
div.DivClassName
{
background-color: #547DBD;
}
.BgClassName
{
background-color: #547DBD;
}
</style>
border-color css
<style>
span { border-color: #547DBD; }
span { border-color: rgb(84,125,189); }
td.TdClassName
{
border-color: #547DBD;
}
.TagClassName
{
border-color: #547DBD;
}
</style>