Shades of Royal Blue #5A73EC
Tints of Royal Blue #5A73EC
RGB
CMYK
RGB Variations
Color information
#5A73EC (or 0x5A73EC) is known color: Royal Blue. HEX triplet: 5A, 73 and EC. RGB value is (90,115,236). Sum of RGB (Red+Green+Blue) = 90+115+236=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A73EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A73EC is #A58C13. Grayscale: #787878. Windows color (decimal): -10849300 or 15496026. OLE color: 15496026.
HSL color Cylindrical-coordinate representation of color #5A73EC: hue angle of 229.73º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A73EC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 115 | 236 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.07 |
| HSL | 229.73º | 0.79% | 0.64% | - |
| HSV(B) | 229.73º | 0.62% | 0.93% | - |
| XYZ | 25.49 | 20.49 | 81.97 | - |
| YUV | 121.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 236 | 0.62 | 0.51 | 0 | 0.07 | 229.73 | 0.79 | 0.64 |
| Hex | 5A | 73 | EC | 3E | 33 | 0 | 7 | E6 | 4F | 40 |
| Octal | 132 | 163 | 354 | 76 | 63 | 0 | 7 | 346 | 117 | 100 |
| Binary | 1011010 | 1110011 | 11101100 | 111110 | 110011 | 0 | 111 | 11100110 | 1001111 | 1000000 |
Color Harmonies of #5A73EC
Complementary color
Monochromatic Colors of #5A73EC
Black with #5A73EC
Text Example
Text Example
White with #5A73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A73EC; }
p { color: rgb(90,115,236); }
H1.HeaderClassName
{
color: #5A73EC;
}
.AnyTagClassName
{
color: #5A73EC;
}
</style>
background-color css
<style>
a { background-color: #5A73EC; }
a { background-color: rgb(90,115,236); }
div.DivClassName
{
background-color: #5A73EC;
}
.BgClassName
{
background-color: #5A73EC;
}
</style>
border-color css
<style>
span { border-color: #5A73EC; }
span { border-color: rgb(90,115,236); }
td.TdClassName
{
border-color: #5A73EC;
}
.TagClassName
{
border-color: #5A73EC;
}
</style>