Shades of Royal Blue #546ACD
Tints of Royal Blue #546ACD
RGB
CMYK
RGB Variations
Color information
#546ACD (or 0x546ACD) is known color: Royal Blue. HEX triplet: 54, 6A and CD. RGB value is (84,106,205). Sum of RGB (Red+Green+Blue) = 84+106+205=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #546ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ACD is #AB9532. Grayscale: #6E6E6E. Windows color (decimal): -11244851 or 13462100. OLE color: 13462100.
HSL color Cylindrical-coordinate representation of color #546ACD: hue angle of 229.09º 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 #546ACD is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 106 | 205 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.20 |
| HSL | 229.09º | 0.55% | 0.57% | - |
| HSV(B) | 229.09º | 0.59% | 0.8% | - |
| XYZ | 19.83 | 16.6 | 59.92 | - |
| YUV | 110.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 205 | 0.59 | 0.48 | 0 | 0.20 | 229.09 | 0.55 | 0.57 |
| Hex | 54 | 6A | CD | 3B | 30 | 0 | 14 | E5 | 37 | 39 |
| Octal | 124 | 152 | 315 | 73 | 60 | 0 | 24 | 345 | 67 | 71 |
| Binary | 1010100 | 1101010 | 11001101 | 111011 | 110000 | 0 | 10100 | 11100101 | 110111 | 111001 |
Color Harmonies of #546ACD
Complementary color
Monochromatic Colors of #546ACD
Black with #546ACD
Text Example
Text Example
White with #546ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ACD; }
p { color: rgb(84,106,205); }
H1.HeaderClassName
{
color: #546ACD;
}
.AnyTagClassName
{
color: #546ACD;
}
</style>
background-color css
<style>
a { background-color: #546ACD; }
a { background-color: rgb(84,106,205); }
div.DivClassName
{
background-color: #546ACD;
}
.BgClassName
{
background-color: #546ACD;
}
</style>
border-color css
<style>
span { border-color: #546ACD; }
span { border-color: rgb(84,106,205); }
td.TdClassName
{
border-color: #546ACD;
}
.TagClassName
{
border-color: #546ACD;
}
</style>