Shades of Havelock Blue #547EC1
Tints of Havelock Blue #547EC1
RGB
CMYK
RGB Variations
Color information
#547EC1 (or 0x547EC1) is known color: Havelock Blue. HEX triplet: 54, 7E and C1. RGB value is (84,126,193). Sum of RGB (Red+Green+Blue) = 84+126+193=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #547EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EC1 is #AB813E. Grayscale: #787878. Windows color (decimal): -11239743 or 12680788. OLE color: 12680788.
HSL color Cylindrical-coordinate representation of color #547EC1: hue angle of 216.88º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547EC1 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 126 | 193 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.24 |
| HSL | 216.88º | 0.47% | 0.54% | - |
| HSV(B) | 216.88º | 0.56% | 0.76% | - |
| XYZ | 20.74 | 20.66 | 53.35 | - |
| YUV | 121.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 193 | 0.56 | 0.35 | 0 | 0.24 | 216.88 | 0.47 | 0.54 |
| Hex | 54 | 7E | C1 | 38 | 23 | 0 | 18 | D9 | 2F | 36 |
| Octal | 124 | 176 | 301 | 70 | 43 | 0 | 30 | 331 | 57 | 66 |
| Binary | 1010100 | 1111110 | 11000001 | 111000 | 100011 | 0 | 11000 | 11011001 | 101111 | 110110 |
Color Harmonies of #547EC1
Complementary color
Monochromatic Colors of #547EC1
Black with #547EC1
Text Example
Text Example
White with #547EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EC1; }
p { color: rgb(84,126,193); }
H1.HeaderClassName
{
color: #547EC1;
}
.AnyTagClassName
{
color: #547EC1;
}
</style>
background-color css
<style>
a { background-color: #547EC1; }
a { background-color: rgb(84,126,193); }
div.DivClassName
{
background-color: #547EC1;
}
.BgClassName
{
background-color: #547EC1;
}
</style>
border-color css
<style>
span { border-color: #547EC1; }
span { border-color: rgb(84,126,193); }
td.TdClassName
{
border-color: #547EC1;
}
.TagClassName
{
border-color: #547EC1;
}
</style>