Shades of Royal Blue #5A6EEC
Tints of Royal Blue #5A6EEC
RGB
CMYK
RGB Variations
Color information
#5A6EEC (or 0x5A6EEC) is known color: Royal Blue. HEX triplet: 5A, 6E and EC. RGB value is (90,110,236). Sum of RGB (Red+Green+Blue) = 90+110+236=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A6EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6EEC is #A59113. Grayscale: #757575. Windows color (decimal): -10850580 or 15494746. OLE color: 15494746.
HSL color Cylindrical-coordinate representation of color #5A6EEC: hue angle of 231.78º 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 #5A6EEC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 110 | 236 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.07 |
| HSL | 231.78º | 0.79% | 0.64% | - |
| HSV(B) | 231.78º | 0.62% | 0.93% | - |
| XYZ | 24.93 | 19.38 | 81.78 | - |
| YUV | 118.38 | 194.37 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 236 | 0.62 | 0.53 | 0 | 0.07 | 231.78 | 0.79 | 0.64 |
| Hex | 5A | 6E | EC | 3E | 35 | 0 | 7 | E8 | 4F | 40 |
| Octal | 132 | 156 | 354 | 76 | 65 | 0 | 7 | 350 | 117 | 100 |
| Binary | 1011010 | 1101110 | 11101100 | 111110 | 110101 | 0 | 111 | 11101000 | 1001111 | 1000000 |
Color Harmonies of #5A6EEC
Complementary color
Monochromatic Colors of #5A6EEC
Black with #5A6EEC
Text Example
Text Example
White with #5A6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6EEC; }
p { color: rgb(90,110,236); }
H1.HeaderClassName
{
color: #5A6EEC;
}
.AnyTagClassName
{
color: #5A6EEC;
}
</style>
background-color css
<style>
a { background-color: #5A6EEC; }
a { background-color: rgb(90,110,236); }
div.DivClassName
{
background-color: #5A6EEC;
}
.BgClassName
{
background-color: #5A6EEC;
}
</style>
border-color css
<style>
span { border-color: #5A6EEC; }
span { border-color: rgb(90,110,236); }
td.TdClassName
{
border-color: #5A6EEC;
}
.TagClassName
{
border-color: #5A6EEC;
}
</style>