Shades of Royal Blue #546FCD
Tints of Royal Blue #546FCD
RGB
CMYK
RGB Variations
Color information
#546FCD (or 0x546FCD) is known color: Royal Blue. HEX triplet: 54, 6F and CD. RGB value is (84,111,205). Sum of RGB (Red+Green+Blue) = 84+111+205=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #546FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FCD is #AB9032. Grayscale: #717171. Windows color (decimal): -11243571 or 13463380. OLE color: 13463380.
HSL color Cylindrical-coordinate representation of color #546FCD: hue angle of 226.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546FCD is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 111 | 205 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.20 |
| HSL | 226.61º | 0.55% | 0.57% | - |
| HSV(B) | 226.61º | 0.59% | 0.8% | - |
| XYZ | 20.36 | 17.66 | 60.09 | - |
| YUV | 113.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 205 | 0.59 | 0.46 | 0 | 0.20 | 226.61 | 0.55 | 0.57 |
| Hex | 54 | 6F | CD | 3B | 2E | 0 | 14 | E3 | 37 | 39 |
| Octal | 124 | 157 | 315 | 73 | 56 | 0 | 24 | 343 | 67 | 71 |
| Binary | 1010100 | 1101111 | 11001101 | 111011 | 101110 | 0 | 10100 | 11100011 | 110111 | 111001 |
Color Harmonies of #546FCD
Complementary color
Monochromatic Colors of #546FCD
Black with #546FCD
Text Example
Text Example
White with #546FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FCD; }
p { color: rgb(84,111,205); }
H1.HeaderClassName
{
color: #546FCD;
}
.AnyTagClassName
{
color: #546FCD;
}
</style>
background-color css
<style>
a { background-color: #546FCD; }
a { background-color: rgb(84,111,205); }
div.DivClassName
{
background-color: #546FCD;
}
.BgClassName
{
background-color: #546FCD;
}
</style>
border-color css
<style>
span { border-color: #546FCD; }
span { border-color: rgb(84,111,205); }
td.TdClassName
{
border-color: #546FCD;
}
.TagClassName
{
border-color: #546FCD;
}
</style>