Shades of Royal Blue #546CDA
Tints of Royal Blue #546CDA
RGB
CMYK
RGB Variations
Color information
#546CDA (or 0x546CDA) is known color: Royal Blue. HEX triplet: 54, 6C and DA. RGB value is (84,108,218). Sum of RGB (Red+Green+Blue) = 84+108+218=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #546CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CDA is #AB9325. Grayscale: #707070. Windows color (decimal): -11244326 or 14314580. OLE color: 14314580.
HSL color Cylindrical-coordinate representation of color #546CDA: hue angle of 229.25º 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 #546CDA is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 108 | 218 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.15 |
| HSL | 229.25º | 0.64% | 0.59% | - |
| HSV(B) | 229.25º | 0.61% | 0.85% | - |
| XYZ | 21.67 | 17.67 | 68.6 | - |
| YUV | 113.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 218 | 0.61 | 0.50 | 0 | 0.15 | 229.25 | 0.64 | 0.59 |
| Hex | 54 | 6C | DA | 3D | 32 | 0 | F | E5 | 40 | 3B |
| Octal | 124 | 154 | 332 | 75 | 62 | 0 | 17 | 345 | 100 | 73 |
| Binary | 1010100 | 1101100 | 11011010 | 111101 | 110010 | 0 | 1111 | 11100101 | 1000000 | 111011 |
Color Harmonies of #546CDA
Complementary color
Monochromatic Colors of #546CDA
Black with #546CDA
Text Example
Text Example
White with #546CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CDA; }
p { color: rgb(84,108,218); }
H1.HeaderClassName
{
color: #546CDA;
}
.AnyTagClassName
{
color: #546CDA;
}
</style>
background-color css
<style>
a { background-color: #546CDA; }
a { background-color: rgb(84,108,218); }
div.DivClassName
{
background-color: #546CDA;
}
.BgClassName
{
background-color: #546CDA;
}
</style>
border-color css
<style>
span { border-color: #546CDA; }
span { border-color: rgb(84,108,218); }
td.TdClassName
{
border-color: #546CDA;
}
.TagClassName
{
border-color: #546CDA;
}
</style>