Shades of Royal Blue #546CDC
Tints of Royal Blue #546CDC
RGB
CMYK
RGB Variations
Color information
#546CDC (or 0x546CDC) is known color: Royal Blue. HEX triplet: 54, 6C and DC. RGB value is (84,108,220). Sum of RGB (Red+Green+Blue) = 84+108+220=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #546CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CDC is #AB9323. Grayscale: #717171. Windows color (decimal): -11244324 or 14445652. OLE color: 14445652.
HSL color Cylindrical-coordinate representation of color #546CDC: hue angle of 229.41º 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 #546CDC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 108 | 220 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.41º | 0.66% | 0.6% | - |
| HSV(B) | 229.41º | 0.62% | 0.86% | - |
| XYZ | 21.94 | 17.78 | 69.99 | - |
| YUV | 113.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 220 | 0.62 | 0.51 | 0 | 0.14 | 229.41 | 0.66 | 0.6 |
| Hex | 54 | 6C | DC | 3E | 33 | 0 | E | E5 | 42 | 3C |
| Octal | 124 | 154 | 334 | 76 | 63 | 0 | 16 | 345 | 102 | 74 |
| Binary | 1010100 | 1101100 | 11011100 | 111110 | 110011 | 0 | 1110 | 11100101 | 1000010 | 111100 |
Color Harmonies of #546CDC
Complementary color
Monochromatic Colors of #546CDC
Black with #546CDC
Text Example
Text Example
White with #546CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CDC; }
p { color: rgb(84,108,220); }
H1.HeaderClassName
{
color: #546CDC;
}
.AnyTagClassName
{
color: #546CDC;
}
</style>
background-color css
<style>
a { background-color: #546CDC; }
a { background-color: rgb(84,108,220); }
div.DivClassName
{
background-color: #546CDC;
}
.BgClassName
{
background-color: #546CDC;
}
</style>
border-color css
<style>
span { border-color: #546CDC; }
span { border-color: rgb(84,108,220); }
td.TdClassName
{
border-color: #546CDC;
}
.TagClassName
{
border-color: #546CDC;
}
</style>