Shades of Havelock Blue #547DC0
Tints of Havelock Blue #547DC0
RGB
CMYK
RGB Variations
Color information
#547DC0 (or 0x547DC0) is known color: Havelock Blue. HEX triplet: 54, 7D and C0. RGB value is (84,125,192). Sum of RGB (Red+Green+Blue) = 84+125+192=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #547DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DC0 is #AB823F. Grayscale: #787878. Windows color (decimal): -11240000 or 12614996. OLE color: 12614996.
HSL color Cylindrical-coordinate representation of color #547DC0: hue angle of 217.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547DC0 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 125 | 192 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.25 |
| HSL | 217.22º | 0.46% | 0.54% | - |
| HSV(B) | 217.22º | 0.56% | 0.75% | - |
| XYZ | 20.5 | 20.36 | 52.72 | - |
| YUV | 120.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 192 | 0.56 | 0.35 | 0 | 0.25 | 217.22 | 0.46 | 0.54 |
| Hex | 54 | 7D | C0 | 38 | 23 | 0 | 19 | D9 | 2E | 36 |
| Octal | 124 | 175 | 300 | 70 | 43 | 0 | 31 | 331 | 56 | 66 |
| Binary | 1010100 | 1111101 | 11000000 | 111000 | 100011 | 0 | 11001 | 11011001 | 101110 | 110110 |
Color Harmonies of #547DC0
Complementary color
Monochromatic Colors of #547DC0
Black with #547DC0
Text Example
Text Example
White with #547DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DC0; }
p { color: rgb(84,125,192); }
H1.HeaderClassName
{
color: #547DC0;
}
.AnyTagClassName
{
color: #547DC0;
}
</style>
background-color css
<style>
a { background-color: #547DC0; }
a { background-color: rgb(84,125,192); }
div.DivClassName
{
background-color: #547DC0;
}
.BgClassName
{
background-color: #547DC0;
}
</style>
border-color css
<style>
span { border-color: #547DC0; }
span { border-color: rgb(84,125,192); }
td.TdClassName
{
border-color: #547DC0;
}
.TagClassName
{
border-color: #547DC0;
}
</style>