Shades of Royal Blue #545BE6
Tints of Royal Blue #545BE6
RGB
CMYK
RGB Variations
Color information
#545BE6 (or 0x545BE6) is known color: Royal Blue. HEX triplet: 54, 5B and E6. RGB value is (84,91,230). Sum of RGB (Red+Green+Blue) = 84+91+230=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #545BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BE6 is #ABA419. Grayscale: #686868. Windows color (decimal): -11248666 or 15096660. OLE color: 15096660.
HSL color Cylindrical-coordinate representation of color #545BE6: hue angle of 237.12º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545BE6 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 91 | 230 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.10 |
| HSL | 237.12º | 0.74% | 0.62% | - |
| HSV(B) | 237.12º | 0.63% | 0.9% | - |
| XYZ | 21.68 | 15.08 | 76.63 | - |
| YUV | 104.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 230 | 0.63 | 0.60 | 0 | 0.10 | 237.12 | 0.74 | 0.62 |
| Hex | 54 | 5B | E6 | 3F | 3C | 0 | A | ED | 4A | 3E |
| Octal | 124 | 133 | 346 | 77 | 74 | 0 | 12 | 355 | 112 | 76 |
| Binary | 1010100 | 1011011 | 11100110 | 111111 | 111100 | 0 | 1010 | 11101101 | 1001010 | 111110 |
Color Harmonies of #545BE6
Complementary color
Monochromatic Colors of #545BE6
Black with #545BE6
Text Example
Text Example
White with #545BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BE6; }
p { color: rgb(84,91,230); }
H1.HeaderClassName
{
color: #545BE6;
}
.AnyTagClassName
{
color: #545BE6;
}
</style>
background-color css
<style>
a { background-color: #545BE6; }
a { background-color: rgb(84,91,230); }
div.DivClassName
{
background-color: #545BE6;
}
.BgClassName
{
background-color: #545BE6;
}
</style>
border-color css
<style>
span { border-color: #545BE6; }
span { border-color: rgb(84,91,230); }
td.TdClassName
{
border-color: #545BE6;
}
.TagClassName
{
border-color: #545BE6;
}
</style>