Shades of Royal Blue #546CCB
Tints of Royal Blue #546CCB
RGB
CMYK
RGB Variations
Color information
#546CCB (or 0x546CCB) is known color: Royal Blue. HEX triplet: 54, 6C and CB. RGB value is (84,108,203). Sum of RGB (Red+Green+Blue) = 84+108+203=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #546CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CCB is #AB9334. Grayscale: #6F6F6F. Windows color (decimal): -11244341 or 13331540. OLE color: 13331540.
HSL color Cylindrical-coordinate representation of color #546CCB: hue angle of 227.9º degrees, saturation: 0.53, 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 #546CCB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 108 | 203 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.20 |
| HSL | 227.9º | 0.53% | 0.56% | - |
| HSV(B) | 227.9º | 0.59% | 0.8% | - |
| XYZ | 19.8 | 16.92 | 58.72 | - |
| YUV | 111.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 203 | 0.59 | 0.47 | 0 | 0.20 | 227.9 | 0.53 | 0.56 |
| Hex | 54 | 6C | CB | 3B | 2F | 0 | 14 | E4 | 35 | 38 |
| Octal | 124 | 154 | 313 | 73 | 57 | 0 | 24 | 344 | 65 | 70 |
| Binary | 1010100 | 1101100 | 11001011 | 111011 | 101111 | 0 | 10100 | 11100100 | 110101 | 111000 |
Color Harmonies of #546CCB
Complementary color
Monochromatic Colors of #546CCB
Black with #546CCB
Text Example
Text Example
White with #546CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CCB; }
p { color: rgb(84,108,203); }
H1.HeaderClassName
{
color: #546CCB;
}
.AnyTagClassName
{
color: #546CCB;
}
</style>
background-color css
<style>
a { background-color: #546CCB; }
a { background-color: rgb(84,108,203); }
div.DivClassName
{
background-color: #546CCB;
}
.BgClassName
{
background-color: #546CCB;
}
</style>
border-color css
<style>
span { border-color: #546CCB; }
span { border-color: rgb(84,108,203); }
td.TdClassName
{
border-color: #546CCB;
}
.TagClassName
{
border-color: #546CCB;
}
</style>