Shades of Royal Blue #546ADC
Tints of Royal Blue #546ADC
RGB
CMYK
RGB Variations
Color information
#546ADC (or 0x546ADC) is known color: Royal Blue. HEX triplet: 54, 6A and DC. RGB value is (84,106,220). Sum of RGB (Red+Green+Blue) = 84+106+220=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #546ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADC is #AB9523. Grayscale: #6F6F6F. Windows color (decimal): -11244836 or 14445140. OLE color: 14445140.
HSL color Cylindrical-coordinate representation of color #546ADC: hue angle of 230.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546ADC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 106 | 220 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.14 |
| HSL | 230.29º | 0.66% | 0.6% | - |
| HSV(B) | 230.29º | 0.62% | 0.86% | - |
| XYZ | 21.73 | 17.36 | 69.92 | - |
| YUV | 112.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 220 | 0.62 | 0.52 | 0 | 0.14 | 230.29 | 0.66 | 0.6 |
| Hex | 54 | 6A | DC | 3E | 34 | 0 | E | E6 | 42 | 3C |
| Octal | 124 | 152 | 334 | 76 | 64 | 0 | 16 | 346 | 102 | 74 |
| Binary | 1010100 | 1101010 | 11011100 | 111110 | 110100 | 0 | 1110 | 11100110 | 1000010 | 111100 |
Color Harmonies of #546ADC
Complementary color
Monochromatic Colors of #546ADC
Black with #546ADC
Text Example
Text Example
White with #546ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ADC; }
p { color: rgb(84,106,220); }
H1.HeaderClassName
{
color: #546ADC;
}
.AnyTagClassName
{
color: #546ADC;
}
</style>
background-color css
<style>
a { background-color: #546ADC; }
a { background-color: rgb(84,106,220); }
div.DivClassName
{
background-color: #546ADC;
}
.BgClassName
{
background-color: #546ADC;
}
</style>
border-color css
<style>
span { border-color: #546ADC; }
span { border-color: rgb(84,106,220); }
td.TdClassName
{
border-color: #546ADC;
}
.TagClassName
{
border-color: #546ADC;
}
</style>