Shades of Royal Blue #5A6AEC
Tints of Royal Blue #5A6AEC
RGB
CMYK
RGB Variations
Color information
#5A6AEC (or 0x5A6AEC) is known color: Royal Blue. HEX triplet: 5A, 6A and EC. RGB value is (90,106,236). Sum of RGB (Red+Green+Blue) = 90+106+236=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A6AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6AEC is #A59513. Grayscale: #737373. Windows color (decimal): -10851604 or 15493722. OLE color: 15493722.
HSL color Cylindrical-coordinate representation of color #5A6AEC: hue angle of 233.42º 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 #5A6AEC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 106 | 236 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.07 |
| HSL | 233.42º | 0.79% | 0.64% | - |
| HSV(B) | 233.42º | 0.62% | 0.93% | - |
| XYZ | 24.51 | 18.54 | 81.64 | - |
| YUV | 116.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 236 | 0.62 | 0.55 | 0 | 0.07 | 233.42 | 0.79 | 0.64 |
| Hex | 5A | 6A | EC | 3E | 37 | 0 | 7 | E9 | 4F | 40 |
| Octal | 132 | 152 | 354 | 76 | 67 | 0 | 7 | 351 | 117 | 100 |
| Binary | 1011010 | 1101010 | 11101100 | 111110 | 110111 | 0 | 111 | 11101001 | 1001111 | 1000000 |
Color Harmonies of #5A6AEC
Complementary color
Monochromatic Colors of #5A6AEC
Black with #5A6AEC
Text Example
Text Example
White with #5A6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AEC; }
p { color: rgb(90,106,236); }
H1.HeaderClassName
{
color: #5A6AEC;
}
.AnyTagClassName
{
color: #5A6AEC;
}
</style>
background-color css
<style>
a { background-color: #5A6AEC; }
a { background-color: rgb(90,106,236); }
div.DivClassName
{
background-color: #5A6AEC;
}
.BgClassName
{
background-color: #5A6AEC;
}
</style>
border-color css
<style>
span { border-color: #5A6AEC; }
span { border-color: rgb(90,106,236); }
td.TdClassName
{
border-color: #5A6AEC;
}
.TagClassName
{
border-color: #5A6AEC;
}
</style>