Shades of Royal Blue #546DCC
Tints of Royal Blue #546DCC
RGB
CMYK
RGB Variations
Color information
#546DCC (or 0x546DCC) is known color: Royal Blue. HEX triplet: 54, 6D and CC. RGB value is (84,109,204). Sum of RGB (Red+Green+Blue) = 84+109+204=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #546DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DCC is #AB9233. Grayscale: #6F6F6F. Windows color (decimal): -11244084 or 13397332. OLE color: 13397332.
HSL color Cylindrical-coordinate representation of color #546DCC: hue angle of 227.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546DCC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 109 | 204 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.2 |
| HSL | 227.5º | 0.54% | 0.56% | - |
| HSV(B) | 227.5º | 0.59% | 0.8% | - |
| XYZ | 20.02 | 17.18 | 59.39 | - |
| YUV | 112.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 204 | 0.59 | 0.47 | 0 | 0.2 | 227.5 | 0.54 | 0.56 |
| Hex | 54 | 6D | CC | 3B | 2F | 0 | 14 | E4 | 36 | 38 |
| Octal | 124 | 155 | 314 | 73 | 57 | 0 | 24 | 344 | 66 | 70 |
| Binary | 1010100 | 1101101 | 11001100 | 111011 | 101111 | 0 | 10100 | 11100100 | 110110 | 111000 |
Color Harmonies of #546DCC
Complementary color
Monochromatic Colors of #546DCC
Black with #546DCC
Text Example
Text Example
White with #546DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DCC; }
p { color: rgb(84,109,204); }
H1.HeaderClassName
{
color: #546DCC;
}
.AnyTagClassName
{
color: #546DCC;
}
</style>
background-color css
<style>
a { background-color: #546DCC; }
a { background-color: rgb(84,109,204); }
div.DivClassName
{
background-color: #546DCC;
}
.BgClassName
{
background-color: #546DCC;
}
</style>
border-color css
<style>
span { border-color: #546DCC; }
span { border-color: rgb(84,109,204); }
td.TdClassName
{
border-color: #546DCC;
}
.TagClassName
{
border-color: #546DCC;
}
</style>