Shades of Royal Blue #546AD1
Tints of Royal Blue #546AD1
RGB
CMYK
RGB Variations
Color information
#546AD1 (or 0x546AD1) is known color: Royal Blue. HEX triplet: 54, 6A and D1. RGB value is (84,106,209). Sum of RGB (Red+Green+Blue) = 84+106+209=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #546AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AD1 is #AB952E. Grayscale: #6E6E6E. Windows color (decimal): -11244847 or 13724244. OLE color: 13724244.
HSL color Cylindrical-coordinate representation of color #546AD1: hue angle of 229.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546AD1 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 106 | 209 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.18 |
| HSL | 229.44º | 0.58% | 0.57% | - |
| HSV(B) | 229.44º | 0.6% | 0.82% | - |
| XYZ | 20.32 | 16.8 | 62.49 | - |
| YUV | 111.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 209 | 0.60 | 0.49 | 0 | 0.18 | 229.44 | 0.58 | 0.57 |
| Hex | 54 | 6A | D1 | 3C | 31 | 0 | 12 | E5 | 3A | 39 |
| Octal | 124 | 152 | 321 | 74 | 61 | 0 | 22 | 345 | 72 | 71 |
| Binary | 1010100 | 1101010 | 11010001 | 111100 | 110001 | 0 | 10010 | 11100101 | 111010 | 111001 |
Color Harmonies of #546AD1
Complementary color
Monochromatic Colors of #546AD1
Black with #546AD1
Text Example
Text Example
White with #546AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AD1; }
p { color: rgb(84,106,209); }
H1.HeaderClassName
{
color: #546AD1;
}
.AnyTagClassName
{
color: #546AD1;
}
</style>
background-color css
<style>
a { background-color: #546AD1; }
a { background-color: rgb(84,106,209); }
div.DivClassName
{
background-color: #546AD1;
}
.BgClassName
{
background-color: #546AD1;
}
</style>
border-color css
<style>
span { border-color: #546AD1; }
span { border-color: rgb(84,106,209); }
td.TdClassName
{
border-color: #546AD1;
}
.TagClassName
{
border-color: #546AD1;
}
</style>