Shades of Royal Blue #5A6DEE
Tints of Royal Blue #5A6DEE
RGB
CMYK
RGB Variations
Color information
#5A6DEE (or 0x5A6DEE) is known color: Royal Blue. HEX triplet: 5A, 6D and EE. RGB value is (90,109,238). Sum of RGB (Red+Green+Blue) = 90+109+238=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A6DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6DEE is #A59211. Grayscale: #757575. Windows color (decimal): -10850834 or 15625562. OLE color: 15625562.
HSL color Cylindrical-coordinate representation of color #5A6DEE: hue angle of 232.3º 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 #5A6DEE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 109 | 238 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.07 |
| HSL | 232.3º | 0.81% | 0.64% | - |
| HSV(B) | 232.3º | 0.62% | 0.93% | - |
| XYZ | 25.12 | 19.28 | 83.29 | - |
| YUV | 118.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 238 | 0.62 | 0.54 | 0 | 0.07 | 232.3 | 0.81 | 0.64 |
| Hex | 5A | 6D | EE | 3E | 36 | 0 | 7 | E8 | 51 | 40 |
| Octal | 132 | 155 | 356 | 76 | 66 | 0 | 7 | 350 | 121 | 100 |
| Binary | 1011010 | 1101101 | 11101110 | 111110 | 110110 | 0 | 111 | 11101000 | 1010001 | 1000000 |
Color Harmonies of #5A6DEE
Complementary color
Monochromatic Colors of #5A6DEE
Black with #5A6DEE
Text Example
Text Example
White with #5A6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DEE; }
p { color: rgb(90,109,238); }
H1.HeaderClassName
{
color: #5A6DEE;
}
.AnyTagClassName
{
color: #5A6DEE;
}
</style>
background-color css
<style>
a { background-color: #5A6DEE; }
a { background-color: rgb(90,109,238); }
div.DivClassName
{
background-color: #5A6DEE;
}
.BgClassName
{
background-color: #5A6DEE;
}
</style>
border-color css
<style>
span { border-color: #5A6DEE; }
span { border-color: rgb(90,109,238); }
td.TdClassName
{
border-color: #5A6DEE;
}
.TagClassName
{
border-color: #5A6DEE;
}
</style>