Shades of Royal Blue #546AD5
Tints of Royal Blue #546AD5
RGB
CMYK
RGB Variations
Color information
#546AD5 (or 0x546AD5) is known color: Royal Blue. HEX triplet: 54, 6A and D5. RGB value is (84,106,213). Sum of RGB (Red+Green+Blue) = 84+106+213=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #546AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546AD5 is #AB952A. Grayscale: #6F6F6F. Windows color (decimal): -11244843 or 13986388. OLE color: 13986388.
HSL color Cylindrical-coordinate representation of color #546AD5: hue angle of 229.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #546AD5 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 106 | 213 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.16 |
| HSL | 229.77º | 0.61% | 0.58% | - |
| HSV(B) | 229.77º | 0.61% | 0.84% | - |
| XYZ | 20.82 | 17 | 65.13 | - |
| YUV | 111.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 213 | 0.61 | 0.50 | 0 | 0.16 | 229.77 | 0.61 | 0.58 |
| Hex | 54 | 6A | D5 | 3D | 32 | 0 | 10 | E6 | 3D | 3A |
| Octal | 124 | 152 | 325 | 75 | 62 | 0 | 20 | 346 | 75 | 72 |
| Binary | 1010100 | 1101010 | 11010101 | 111101 | 110010 | 0 | 10000 | 11100110 | 111101 | 111010 |
Color Harmonies of #546AD5
Complementary color
Monochromatic Colors of #546AD5
Black with #546AD5
Text Example
Text Example
White with #546AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AD5; }
p { color: rgb(84,106,213); }
H1.HeaderClassName
{
color: #546AD5;
}
.AnyTagClassName
{
color: #546AD5;
}
</style>
background-color css
<style>
a { background-color: #546AD5; }
a { background-color: rgb(84,106,213); }
div.DivClassName
{
background-color: #546AD5;
}
.BgClassName
{
background-color: #546AD5;
}
</style>
border-color css
<style>
span { border-color: #546AD5; }
span { border-color: rgb(84,106,213); }
td.TdClassName
{
border-color: #546AD5;
}
.TagClassName
{
border-color: #546AD5;
}
</style>