Shades of Royal Blue #546FE5
Tints of Royal Blue #546FE5
RGB
CMYK
RGB Variations
Color information
#546FE5 (or 0x546FE5) is known color: Royal Blue. HEX triplet: 54, 6F and E5. RGB value is (84,111,229). Sum of RGB (Red+Green+Blue) = 84+111+229=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #546FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FE5 is #AB901A. Grayscale: #737373. Windows color (decimal): -11243547 or 15036244. OLE color: 15036244.
HSL color Cylindrical-coordinate representation of color #546FE5: hue angle of 228.83º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #546FE5 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 111 | 229 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.10 |
| HSL | 228.83º | 0.74% | 0.61% | - |
| HSV(B) | 228.83º | 0.63% | 0.9% | - |
| XYZ | 23.48 | 18.91 | 76.54 | - |
| YUV | 116.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 229 | 0.63 | 0.52 | 0 | 0.10 | 228.83 | 0.74 | 0.61 |
| Hex | 54 | 6F | E5 | 3F | 34 | 0 | A | E5 | 4A | 3D |
| Octal | 124 | 157 | 345 | 77 | 64 | 0 | 12 | 345 | 112 | 75 |
| Binary | 1010100 | 1101111 | 11100101 | 111111 | 110100 | 0 | 1010 | 11100101 | 1001010 | 111101 |
Color Harmonies of #546FE5
Complementary color
Monochromatic Colors of #546FE5
Black with #546FE5
Text Example
Text Example
White with #546FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FE5; }
p { color: rgb(84,111,229); }
H1.HeaderClassName
{
color: #546FE5;
}
.AnyTagClassName
{
color: #546FE5;
}
</style>
background-color css
<style>
a { background-color: #546FE5; }
a { background-color: rgb(84,111,229); }
div.DivClassName
{
background-color: #546FE5;
}
.BgClassName
{
background-color: #546FE5;
}
</style>
border-color css
<style>
span { border-color: #546FE5; }
span { border-color: rgb(84,111,229); }
td.TdClassName
{
border-color: #546FE5;
}
.TagClassName
{
border-color: #546FE5;
}
</style>