Shades of Royal Blue #546ECD
Tints of Royal Blue #546ECD
RGB
CMYK
RGB Variations
Color information
#546ECD (or 0x546ECD) is known color: Royal Blue. HEX triplet: 54, 6E and CD. RGB value is (84,110,205). Sum of RGB (Red+Green+Blue) = 84+110+205=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #546ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECD is #AB9132. Grayscale: #707070. Windows color (decimal): -11243827 or 13463124. OLE color: 13463124.
HSL color Cylindrical-coordinate representation of color #546ECD: hue angle of 227.11º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546ECD is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 110 | 205 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.20 |
| HSL | 227.11º | 0.55% | 0.57% | - |
| HSV(B) | 227.11º | 0.59% | 0.8% | - |
| XYZ | 20.25 | 17.44 | 60.06 | - |
| YUV | 113.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 205 | 0.59 | 0.46 | 0 | 0.20 | 227.11 | 0.55 | 0.57 |
| Hex | 54 | 6E | CD | 3B | 2E | 0 | 14 | E3 | 37 | 39 |
| Octal | 124 | 156 | 315 | 73 | 56 | 0 | 24 | 343 | 67 | 71 |
| Binary | 1010100 | 1101110 | 11001101 | 111011 | 101110 | 0 | 10100 | 11100011 | 110111 | 111001 |
Color Harmonies of #546ECD
Complementary color
Monochromatic Colors of #546ECD
Black with #546ECD
Text Example
Text Example
White with #546ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ECD; }
p { color: rgb(84,110,205); }
H1.HeaderClassName
{
color: #546ECD;
}
.AnyTagClassName
{
color: #546ECD;
}
</style>
background-color css
<style>
a { background-color: #546ECD; }
a { background-color: rgb(84,110,205); }
div.DivClassName
{
background-color: #546ECD;
}
.BgClassName
{
background-color: #546ECD;
}
</style>
border-color css
<style>
span { border-color: #546ECD; }
span { border-color: rgb(84,110,205); }
td.TdClassName
{
border-color: #546ECD;
}
.TagClassName
{
border-color: #546ECD;
}
</style>