Shades of Rich Blue #5E4DA0
Tints of Rich Blue #5E4DA0
RGB
CMYK
RGB Variations
Color information
#5E4DA0 (or 0x5E4DA0) is known color: Rich Blue. HEX triplet: 5E, 4D and A0. RGB value is (94,77,160). Sum of RGB (Red+Green+Blue) = 94+77+160=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E4DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4DA0 is #A1B25F. Grayscale: #5B5B5B. Windows color (decimal): -10596960 or 10505566. OLE color: 10505566.
HSL color Cylindrical-coordinate representation of color #5E4DA0: hue angle of 252.29º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E4DA0 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 77 | 160 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.37 |
| HSL | 252.29º | 0.35% | 0.46% | - |
| HSV(B) | 252.29º | 0.52% | 0.63% | - |
| XYZ | 13.62 | 10.23 | 34.51 | - |
| YUV | 91.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 160 | 0.41 | 0.52 | 0 | 0.37 | 252.29 | 0.35 | 0.46 |
| Hex | 5E | 4D | A0 | 29 | 34 | 0 | 25 | FC | 23 | 2E |
| Octal | 136 | 115 | 240 | 51 | 64 | 0 | 45 | 374 | 43 | 56 |
| Binary | 1011110 | 1001101 | 10100000 | 101001 | 110100 | 0 | 100101 | 11111100 | 100011 | 101110 |
Color Harmonies of #5E4DA0
Complementary color
Monochromatic Colors of #5E4DA0
Black with #5E4DA0
Text Example
Text Example
White with #5E4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4DA0; }
p { color: rgb(94,77,160); }
H1.HeaderClassName
{
color: #5E4DA0;
}
.AnyTagClassName
{
color: #5E4DA0;
}
</style>
background-color css
<style>
a { background-color: #5E4DA0; }
a { background-color: rgb(94,77,160); }
div.DivClassName
{
background-color: #5E4DA0;
}
.BgClassName
{
background-color: #5E4DA0;
}
</style>
border-color css
<style>
span { border-color: #5E4DA0; }
span { border-color: rgb(94,77,160); }
td.TdClassName
{
border-color: #5E4DA0;
}
.TagClassName
{
border-color: #5E4DA0;
}
</style>