Shades of Royal Blue #5A6EEA
Tints of Royal Blue #5A6EEA
RGB
CMYK
RGB Variations
Color information
#5A6EEA (or 0x5A6EEA) is known color: Royal Blue. HEX triplet: 5A, 6E and EA. RGB value is (90,110,234). Sum of RGB (Red+Green+Blue) = 90+110+234=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A6EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6EEA is #A59115. Grayscale: #757575. Windows color (decimal): -10850582 or 15363674. OLE color: 15363674.
HSL color Cylindrical-coordinate representation of color #5A6EEA: hue angle of 231.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6EEA is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 110 | 234 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.08 |
| HSL | 231.67º | 0.77% | 0.64% | - |
| HSV(B) | 231.67º | 0.62% | 0.92% | - |
| XYZ | 24.64 | 19.27 | 80.26 | - |
| YUV | 118.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 234 | 0.62 | 0.53 | 0 | 0.08 | 231.67 | 0.77 | 0.64 |
| Hex | 5A | 6E | EA | 3E | 35 | 0 | 8 | E8 | 4D | 40 |
| Octal | 132 | 156 | 352 | 76 | 65 | 0 | 10 | 350 | 115 | 100 |
| Binary | 1011010 | 1101110 | 11101010 | 111110 | 110101 | 0 | 1000 | 11101000 | 1001101 | 1000000 |
Color Harmonies of #5A6EEA
Complementary color
Monochromatic Colors of #5A6EEA
Black with #5A6EEA
Text Example
Text Example
White with #5A6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6EEA; }
p { color: rgb(90,110,234); }
H1.HeaderClassName
{
color: #5A6EEA;
}
.AnyTagClassName
{
color: #5A6EEA;
}
</style>
background-color css
<style>
a { background-color: #5A6EEA; }
a { background-color: rgb(90,110,234); }
div.DivClassName
{
background-color: #5A6EEA;
}
.BgClassName
{
background-color: #5A6EEA;
}
</style>
border-color css
<style>
span { border-color: #5A6EEA; }
span { border-color: rgb(90,110,234); }
td.TdClassName
{
border-color: #5A6EEA;
}
.TagClassName
{
border-color: #5A6EEA;
}
</style>