Shades of Royal Blue #545EE5
Tints of Royal Blue #545EE5
RGB
CMYK
RGB Variations
Color information
#545EE5 (or 0x545EE5) is known color: Royal Blue. HEX triplet: 54, 5E and E5. RGB value is (84,94,229). Sum of RGB (Red+Green+Blue) = 84+94+229=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #545EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EE5 is #ABA11A. Grayscale: #696969. Windows color (decimal): -11247899 or 15031892. OLE color: 15031892.
HSL color Cylindrical-coordinate representation of color #545EE5: hue angle of 235.86º 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 #545EE5 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 94 | 229 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.10 |
| HSL | 235.86º | 0.74% | 0.61% | - |
| HSV(B) | 235.86º | 0.63% | 0.9% | - |
| XYZ | 21.8 | 15.55 | 75.98 | - |
| YUV | 106.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 229 | 0.63 | 0.59 | 0 | 0.10 | 235.86 | 0.74 | 0.61 |
| Hex | 54 | 5E | E5 | 3F | 3B | 0 | A | EC | 4A | 3D |
| Octal | 124 | 136 | 345 | 77 | 73 | 0 | 12 | 354 | 112 | 75 |
| Binary | 1010100 | 1011110 | 11100101 | 111111 | 111011 | 0 | 1010 | 11101100 | 1001010 | 111101 |
Color Harmonies of #545EE5
Complementary color
Monochromatic Colors of #545EE5
Black with #545EE5
Text Example
Text Example
White with #545EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EE5; }
p { color: rgb(84,94,229); }
H1.HeaderClassName
{
color: #545EE5;
}
.AnyTagClassName
{
color: #545EE5;
}
</style>
background-color css
<style>
a { background-color: #545EE5; }
a { background-color: rgb(84,94,229); }
div.DivClassName
{
background-color: #545EE5;
}
.BgClassName
{
background-color: #545EE5;
}
</style>
border-color css
<style>
span { border-color: #545EE5; }
span { border-color: rgb(84,94,229); }
td.TdClassName
{
border-color: #545EE5;
}
.TagClassName
{
border-color: #545EE5;
}
</style>