Shades of Royal Blue #546CCC
Tints of Royal Blue #546CCC
RGB
CMYK
RGB Variations
Color information
#546CCC (or 0x546CCC) is known color: Royal Blue. HEX triplet: 54, 6C and CC. RGB value is (84,108,204). Sum of RGB (Red+Green+Blue) = 84+108+204=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #546CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CCC is #AB9333. Grayscale: #6F6F6F. Windows color (decimal): -11244340 or 13397076. OLE color: 13397076.
HSL color Cylindrical-coordinate representation of color #546CCC: hue angle of 228º 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 #546CCC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 108 | 204 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.2 |
| HSL | 228º | 0.54% | 0.56% | - |
| HSV(B) | 228º | 0.59% | 0.8% | - |
| XYZ | 19.92 | 16.97 | 59.35 | - |
| YUV | 111.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 204 | 0.59 | 0.47 | 0 | 0.2 | 228 | 0.54 | 0.56 |
| Hex | 54 | 6C | CC | 3B | 2F | 0 | 14 | E4 | 36 | 38 |
| Octal | 124 | 154 | 314 | 73 | 57 | 0 | 24 | 344 | 66 | 70 |
| Binary | 1010100 | 1101100 | 11001100 | 111011 | 101111 | 0 | 10100 | 11100100 | 110110 | 111000 |
Color Harmonies of #546CCC
Complementary color
Monochromatic Colors of #546CCC
Black with #546CCC
Text Example
Text Example
White with #546CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CCC; }
p { color: rgb(84,108,204); }
H1.HeaderClassName
{
color: #546CCC;
}
.AnyTagClassName
{
color: #546CCC;
}
</style>
background-color css
<style>
a { background-color: #546CCC; }
a { background-color: rgb(84,108,204); }
div.DivClassName
{
background-color: #546CCC;
}
.BgClassName
{
background-color: #546CCC;
}
</style>
border-color css
<style>
span { border-color: #546CCC; }
span { border-color: rgb(84,108,204); }
td.TdClassName
{
border-color: #546CCC;
}
.TagClassName
{
border-color: #546CCC;
}
</style>