Shades of Rich Blue #5E59AA
Tints of Rich Blue #5E59AA
RGB
CMYK
RGB Variations
Color information
#5E59AA (or 0x5E59AA) is known color: Rich Blue. HEX triplet: 5E, 59 and AA. RGB value is (94,89,170). Sum of RGB (Red+Green+Blue) = 94+89+170=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E59AA is #A1A655. Grayscale: #636363. Windows color (decimal): -10593878 or 11163998. OLE color: 11163998.
HSL color Cylindrical-coordinate representation of color #5E59AA: hue angle of 243.7º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E59AA is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 89 | 170 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.33 |
| HSL | 243.7º | 0.32% | 0.51% | - |
| HSV(B) | 243.7º | 0.48% | 0.67% | - |
| XYZ | 15.44 | 12.43 | 39.61 | - |
| YUV | 99.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 170 | 0.45 | 0.48 | 0 | 0.33 | 243.7 | 0.32 | 0.51 |
| Hex | 5E | 59 | AA | 2D | 30 | 0 | 21 | F4 | 20 | 33 |
| Octal | 136 | 131 | 252 | 55 | 60 | 0 | 41 | 364 | 40 | 63 |
| Binary | 1011110 | 1011001 | 10101010 | 101101 | 110000 | 0 | 100001 | 11110100 | 100000 | 110011 |
Color Harmonies of #5E59AA
Complementary color
Monochromatic Colors of #5E59AA
Black with #5E59AA
Text Example
Text Example
White with #5E59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59AA; }
p { color: rgb(94,89,170); }
H1.HeaderClassName
{
color: #5E59AA;
}
.AnyTagClassName
{
color: #5E59AA;
}
</style>
background-color css
<style>
a { background-color: #5E59AA; }
a { background-color: rgb(94,89,170); }
div.DivClassName
{
background-color: #5E59AA;
}
.BgClassName
{
background-color: #5E59AA;
}
</style>
border-color css
<style>
span { border-color: #5E59AA; }
span { border-color: rgb(94,89,170); }
td.TdClassName
{
border-color: #5E59AA;
}
.TagClassName
{
border-color: #5E59AA;
}
</style>