Shades of Royal Blue #546FF5
Tints of Royal Blue #546FF5
RGB
CMYK
RGB Variations
Color information
#546FF5 (or 0x546FF5) is known color: Royal Blue. HEX triplet: 54, 6F and F5. RGB value is (84,111,245). Sum of RGB (Red+Green+Blue) = 84+111+245=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #546FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FF5 is #AB900A. Grayscale: #757575. Windows color (decimal): -11243531 or 16084820. OLE color: 16084820.
HSL color Cylindrical-coordinate representation of color #546FF5: hue angle of 229.94º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546FF5 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 111 | 245 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.04 |
| HSL | 229.94º | 0.89% | 0.65% | - |
| HSV(B) | 229.94º | 0.66% | 0.96% | - |
| XYZ | 25.82 | 19.85 | 88.86 | - |
| YUV | 118.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 245 | 0.66 | 0.55 | 0 | 0.04 | 229.94 | 0.89 | 0.65 |
| Hex | 54 | 6F | F5 | 42 | 37 | 0 | 4 | E6 | 59 | 41 |
| Octal | 124 | 157 | 365 | 102 | 67 | 0 | 4 | 346 | 131 | 101 |
| Binary | 1010100 | 1101111 | 11110101 | 1000010 | 110111 | 0 | 100 | 11100110 | 1011001 | 1000001 |
Color Harmonies of #546FF5
Complementary color
Monochromatic Colors of #546FF5
Black with #546FF5
Text Example
Text Example
White with #546FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FF5; }
p { color: rgb(84,111,245); }
H1.HeaderClassName
{
color: #546FF5;
}
.AnyTagClassName
{
color: #546FF5;
}
</style>
background-color css
<style>
a { background-color: #546FF5; }
a { background-color: rgb(84,111,245); }
div.DivClassName
{
background-color: #546FF5;
}
.BgClassName
{
background-color: #546FF5;
}
</style>
border-color css
<style>
span { border-color: #546FF5; }
span { border-color: rgb(84,111,245); }
td.TdClassName
{
border-color: #546FF5;
}
.TagClassName
{
border-color: #546FF5;
}
</style>