Shades of Royal Blue #546ADA
Tints of Royal Blue #546ADA
RGB
CMYK
RGB Variations
Color information
#546ADA (or 0x546ADA) is known color: Royal Blue. HEX triplet: 54, 6A and DA. RGB value is (84,106,218). Sum of RGB (Red+Green+Blue) = 84+106+218=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #546ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADA is #AB9525. Grayscale: #6F6F6F. Windows color (decimal): -11244838 or 14314068. OLE color: 14314068.
HSL color Cylindrical-coordinate representation of color #546ADA: hue angle of 230.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #546ADA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 106 | 218 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.15 |
| HSL | 230.15º | 0.64% | 0.59% | - |
| HSV(B) | 230.15º | 0.61% | 0.85% | - |
| XYZ | 21.47 | 17.25 | 68.53 | - |
| YUV | 112.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 218 | 0.61 | 0.51 | 0 | 0.15 | 230.15 | 0.64 | 0.59 |
| Hex | 54 | 6A | DA | 3D | 33 | 0 | F | E6 | 40 | 3B |
| Octal | 124 | 152 | 332 | 75 | 63 | 0 | 17 | 346 | 100 | 73 |
| Binary | 1010100 | 1101010 | 11011010 | 111101 | 110011 | 0 | 1111 | 11100110 | 1000000 | 111011 |
Color Harmonies of #546ADA
Complementary color
Monochromatic Colors of #546ADA
Black with #546ADA
Text Example
Text Example
White with #546ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ADA; }
p { color: rgb(84,106,218); }
H1.HeaderClassName
{
color: #546ADA;
}
.AnyTagClassName
{
color: #546ADA;
}
</style>
background-color css
<style>
a { background-color: #546ADA; }
a { background-color: rgb(84,106,218); }
div.DivClassName
{
background-color: #546ADA;
}
.BgClassName
{
background-color: #546ADA;
}
</style>
border-color css
<style>
span { border-color: #546ADA; }
span { border-color: rgb(84,106,218); }
td.TdClassName
{
border-color: #546ADA;
}
.TagClassName
{
border-color: #546ADA;
}
</style>