Shades of Royal Blue #5A6EEE
Tints of Royal Blue #5A6EEE
RGB
CMYK
RGB Variations
Color information
#5A6EEE (or 0x5A6EEE) is known color: Royal Blue. HEX triplet: 5A, 6E and EE. RGB value is (90,110,238). Sum of RGB (Red+Green+Blue) = 90+110+238=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A6EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6EEE is #A59111. Grayscale: #767676. Windows color (decimal): -10850578 or 15625818. OLE color: 15625818.
HSL color Cylindrical-coordinate representation of color #5A6EEE: hue angle of 231.89º degrees, saturation: 0.81, 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 #5A6EEE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 110 | 238 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.07 |
| HSL | 231.89º | 0.81% | 0.64% | - |
| HSV(B) | 231.89º | 0.62% | 0.93% | - |
| XYZ | 25.22 | 19.5 | 83.32 | - |
| YUV | 118.61 | 195.37 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 238 | 0.62 | 0.54 | 0 | 0.07 | 231.89 | 0.81 | 0.64 |
| Hex | 5A | 6E | EE | 3E | 36 | 0 | 7 | E8 | 51 | 40 |
| Octal | 132 | 156 | 356 | 76 | 66 | 0 | 7 | 350 | 121 | 100 |
| Binary | 1011010 | 1101110 | 11101110 | 111110 | 110110 | 0 | 111 | 11101000 | 1010001 | 1000000 |
Color Harmonies of #5A6EEE
Complementary color
Monochromatic Colors of #5A6EEE
Black with #5A6EEE
Text Example
Text Example
White with #5A6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6EEE; }
p { color: rgb(90,110,238); }
H1.HeaderClassName
{
color: #5A6EEE;
}
.AnyTagClassName
{
color: #5A6EEE;
}
</style>
background-color css
<style>
a { background-color: #5A6EEE; }
a { background-color: rgb(90,110,238); }
div.DivClassName
{
background-color: #5A6EEE;
}
.BgClassName
{
background-color: #5A6EEE;
}
</style>
border-color css
<style>
span { border-color: #5A6EEE; }
span { border-color: rgb(90,110,238); }
td.TdClassName
{
border-color: #5A6EEE;
}
.TagClassName
{
border-color: #5A6EEE;
}
</style>