Shades of Rich Blue #5A5EC0
Tints of Rich Blue #5A5EC0
RGB
CMYK
RGB Variations
Color information
#5A5EC0 (or 0x5A5EC0) is known color: Rich Blue. HEX triplet: 5A, 5E and C0. RGB value is (90,94,192). Sum of RGB (Red+Green+Blue) = 90+94+192=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A5EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EC0 is #A5A13F. Grayscale: #676767. Windows color (decimal): -10854720 or 12607066. OLE color: 12607066.
HSL color Cylindrical-coordinate representation of color #5A5EC0: hue angle of 237.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A5EC0 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 94 | 192 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.25 |
| HSL | 237.65º | 0.45% | 0.55% | - |
| HSV(B) | 237.65º | 0.53% | 0.75% | - |
| XYZ | 17.73 | 13.98 | 51.63 | - |
| YUV | 103.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 192 | 0.53 | 0.51 | 0 | 0.25 | 237.65 | 0.45 | 0.55 |
| Hex | 5A | 5E | C0 | 35 | 33 | 0 | 19 | EE | 2D | 37 |
| Octal | 132 | 136 | 300 | 65 | 63 | 0 | 31 | 356 | 55 | 67 |
| Binary | 1011010 | 1011110 | 11000000 | 110101 | 110011 | 0 | 11001 | 11101110 | 101101 | 110111 |
Color Harmonies of #5A5EC0
Complementary color
Monochromatic Colors of #5A5EC0
Black with #5A5EC0
Text Example
Text Example
White with #5A5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EC0; }
p { color: rgb(90,94,192); }
H1.HeaderClassName
{
color: #5A5EC0;
}
.AnyTagClassName
{
color: #5A5EC0;
}
</style>
background-color css
<style>
a { background-color: #5A5EC0; }
a { background-color: rgb(90,94,192); }
div.DivClassName
{
background-color: #5A5EC0;
}
.BgClassName
{
background-color: #5A5EC0;
}
</style>
border-color css
<style>
span { border-color: #5A5EC0; }
span { border-color: rgb(90,94,192); }
td.TdClassName
{
border-color: #5A5EC0;
}
.TagClassName
{
border-color: #5A5EC0;
}
</style>