Shades of Havelock Blue #547EC5
Tints of Havelock Blue #547EC5
RGB
CMYK
RGB Variations
Color information
#547EC5 (or 0x547EC5) is known color: Havelock Blue. HEX triplet: 54, 7E and C5. RGB value is (84,126,197). Sum of RGB (Red+Green+Blue) = 84+126+197=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #547EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EC5 is #AB813A. Grayscale: #797979. Windows color (decimal): -11239739 or 12942932. OLE color: 12942932.
HSL color Cylindrical-coordinate representation of color #547EC5: hue angle of 217.7º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547EC5 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 126 | 197 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.23 |
| HSL | 217.7º | 0.49% | 0.55% | - |
| HSV(B) | 217.7º | 0.57% | 0.77% | - |
| XYZ | 21.2 | 20.84 | 55.73 | - |
| YUV | 121.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 197 | 0.57 | 0.36 | 0 | 0.23 | 217.7 | 0.49 | 0.55 |
| Hex | 54 | 7E | C5 | 39 | 24 | 0 | 17 | DA | 31 | 37 |
| Octal | 124 | 176 | 305 | 71 | 44 | 0 | 27 | 332 | 61 | 67 |
| Binary | 1010100 | 1111110 | 11000101 | 111001 | 100100 | 0 | 10111 | 11011010 | 110001 | 110111 |
Color Harmonies of #547EC5
Complementary color
Monochromatic Colors of #547EC5
Black with #547EC5
Text Example
Text Example
White with #547EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EC5; }
p { color: rgb(84,126,197); }
H1.HeaderClassName
{
color: #547EC5;
}
.AnyTagClassName
{
color: #547EC5;
}
</style>
background-color css
<style>
a { background-color: #547EC5; }
a { background-color: rgb(84,126,197); }
div.DivClassName
{
background-color: #547EC5;
}
.BgClassName
{
background-color: #547EC5;
}
</style>
border-color css
<style>
span { border-color: #547EC5; }
span { border-color: rgb(84,126,197); }
td.TdClassName
{
border-color: #547EC5;
}
.TagClassName
{
border-color: #547EC5;
}
</style>