Shades of Royal Blue #546FCC
Tints of Royal Blue #546FCC
RGB
CMYK
RGB Variations
Color information
#546FCC (or 0x546FCC) is known color: Royal Blue. HEX triplet: 54, 6F and CC. RGB value is (84,111,204). Sum of RGB (Red+Green+Blue) = 84+111+204=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #546FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FCC is #AB9033. Grayscale: #717171. Windows color (decimal): -11243572 or 13397844. OLE color: 13397844.
HSL color Cylindrical-coordinate representation of color #546FCC: hue angle of 226.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 #546FCC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 111 | 204 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.2 |
| HSL | 226.5º | 0.54% | 0.56% | - |
| HSV(B) | 226.5º | 0.59% | 0.8% | - |
| XYZ | 20.24 | 17.61 | 59.46 | - |
| YUV | 113.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 204 | 0.59 | 0.46 | 0 | 0.2 | 226.5 | 0.54 | 0.56 |
| Hex | 54 | 6F | CC | 3B | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 124 | 157 | 314 | 73 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010100 | 1101111 | 11001100 | 111011 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #546FCC
Complementary color
Monochromatic Colors of #546FCC
Black with #546FCC
Text Example
Text Example
White with #546FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FCC; }
p { color: rgb(84,111,204); }
H1.HeaderClassName
{
color: #546FCC;
}
.AnyTagClassName
{
color: #546FCC;
}
</style>
background-color css
<style>
a { background-color: #546FCC; }
a { background-color: rgb(84,111,204); }
div.DivClassName
{
background-color: #546FCC;
}
.BgClassName
{
background-color: #546FCC;
}
</style>
border-color css
<style>
span { border-color: #546FCC; }
span { border-color: rgb(84,111,204); }
td.TdClassName
{
border-color: #546FCC;
}
.TagClassName
{
border-color: #546FCC;
}
</style>