Shades of Rich Blue #5E59AB
Tints of Rich Blue #5E59AB
RGB
CMYK
RGB Variations
Color information
#5E59AB (or 0x5E59AB) is known color: Rich Blue. HEX triplet: 5E, 59 and AB. RGB value is (94,89,171). Sum of RGB (Red+Green+Blue) = 94+89+171=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E59AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E59AB is #A1A654. Grayscale: #636363. Windows color (decimal): -10593877 or 11229534. OLE color: 11229534.
HSL color Cylindrical-coordinate representation of color #5E59AB: hue angle of 243.66º degrees, saturation: 0.33, 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 #5E59AB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 89 | 171 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.33 |
| HSL | 243.66º | 0.33% | 0.51% | - |
| HSV(B) | 243.66º | 0.48% | 0.67% | - |
| XYZ | 15.54 | 12.46 | 40.12 | - |
| YUV | 99.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 171 | 0.45 | 0.48 | 0 | 0.33 | 243.66 | 0.33 | 0.51 |
| Hex | 5E | 59 | AB | 2D | 30 | 0 | 21 | F4 | 21 | 33 |
| Octal | 136 | 131 | 253 | 55 | 60 | 0 | 41 | 364 | 41 | 63 |
| Binary | 1011110 | 1011001 | 10101011 | 101101 | 110000 | 0 | 100001 | 11110100 | 100001 | 110011 |
Color Harmonies of #5E59AB
Complementary color
Monochromatic Colors of #5E59AB
Black with #5E59AB
Text Example
Text Example
White with #5E59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59AB; }
p { color: rgb(94,89,171); }
H1.HeaderClassName
{
color: #5E59AB;
}
.AnyTagClassName
{
color: #5E59AB;
}
</style>
background-color css
<style>
a { background-color: #5E59AB; }
a { background-color: rgb(94,89,171); }
div.DivClassName
{
background-color: #5E59AB;
}
.BgClassName
{
background-color: #5E59AB;
}
</style>
border-color css
<style>
span { border-color: #5E59AB; }
span { border-color: rgb(94,89,171); }
td.TdClassName
{
border-color: #5E59AB;
}
.TagClassName
{
border-color: #5E59AB;
}
</style>