Shades of Havelock Blue #547ECE
Tints of Havelock Blue #547ECE
RGB
CMYK
RGB Variations
Color information
#547ECE (or 0x547ECE) is known color: Havelock Blue. HEX triplet: 54, 7E and CE. RGB value is (84,126,206). Sum of RGB (Red+Green+Blue) = 84+126+206=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #547ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ECE is #AB8131. Grayscale: #7A7A7A. Windows color (decimal): -11239730 or 13532756. OLE color: 13532756.
HSL color Cylindrical-coordinate representation of color #547ECE: hue angle of 219.34º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547ECE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 126 | 206 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.19 |
| HSL | 219.34º | 0.55% | 0.57% | - |
| HSV(B) | 219.34º | 0.59% | 0.81% | - |
| XYZ | 22.26 | 21.26 | 61.32 | - |
| YUV | 122.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 206 | 0.59 | 0.39 | 0 | 0.19 | 219.34 | 0.55 | 0.57 |
| Hex | 54 | 7E | CE | 3B | 27 | 0 | 13 | DB | 37 | 39 |
| Octal | 124 | 176 | 316 | 73 | 47 | 0 | 23 | 333 | 67 | 71 |
| Binary | 1010100 | 1111110 | 11001110 | 111011 | 100111 | 0 | 10011 | 11011011 | 110111 | 111001 |
Color Harmonies of #547ECE
Complementary color
Monochromatic Colors of #547ECE
Black with #547ECE
Text Example
Text Example
White with #547ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547ECE; }
p { color: rgb(84,126,206); }
H1.HeaderClassName
{
color: #547ECE;
}
.AnyTagClassName
{
color: #547ECE;
}
</style>
background-color css
<style>
a { background-color: #547ECE; }
a { background-color: rgb(84,126,206); }
div.DivClassName
{
background-color: #547ECE;
}
.BgClassName
{
background-color: #547ECE;
}
</style>
border-color css
<style>
span { border-color: #547ECE; }
span { border-color: rgb(84,126,206); }
td.TdClassName
{
border-color: #547ECE;
}
.TagClassName
{
border-color: #547ECE;
}
</style>