Shades of Royal Blue #546ECC
Tints of Royal Blue #546ECC
RGB
CMYK
RGB Variations
Color information
#546ECC (or 0x546ECC) is known color: Royal Blue. HEX triplet: 54, 6E and CC. RGB value is (84,110,204). Sum of RGB (Red+Green+Blue) = 84+110+204=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #546ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECC is #AB9133. Grayscale: #707070. Windows color (decimal): -11243828 or 13397588. OLE color: 13397588.
HSL color Cylindrical-coordinate representation of color #546ECC: hue angle of 227º 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 #546ECC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 110 | 204 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.2 |
| HSL | 227º | 0.54% | 0.56% | - |
| HSV(B) | 227º | 0.59% | 0.8% | - |
| XYZ | 20.13 | 17.4 | 59.42 | - |
| YUV | 112.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 204 | 0.59 | 0.46 | 0 | 0.2 | 227 | 0.54 | 0.56 |
| Hex | 54 | 6E | CC | 3B | 2E | 0 | 14 | E3 | 36 | 38 |
| Octal | 124 | 156 | 314 | 73 | 56 | 0 | 24 | 343 | 66 | 70 |
| Binary | 1010100 | 1101110 | 11001100 | 111011 | 101110 | 0 | 10100 | 11100011 | 110110 | 111000 |
Color Harmonies of #546ECC
Complementary color
Monochromatic Colors of #546ECC
Black with #546ECC
Text Example
Text Example
White with #546ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ECC; }
p { color: rgb(84,110,204); }
H1.HeaderClassName
{
color: #546ECC;
}
.AnyTagClassName
{
color: #546ECC;
}
</style>
background-color css
<style>
a { background-color: #546ECC; }
a { background-color: rgb(84,110,204); }
div.DivClassName
{
background-color: #546ECC;
}
.BgClassName
{
background-color: #546ECC;
}
</style>
border-color css
<style>
span { border-color: #546ECC; }
span { border-color: rgb(84,110,204); }
td.TdClassName
{
border-color: #546ECC;
}
.TagClassName
{
border-color: #546ECC;
}
</style>