Shades of Rich Blue #5E58AD
Tints of Rich Blue #5E58AD
RGB
CMYK
RGB Variations
Color information
#5E58AD (or 0x5E58AD) is known color: Rich Blue. HEX triplet: 5E, 58 and AD. RGB value is (94,88,173). Sum of RGB (Red+Green+Blue) = 94+88+173=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58AD is #A1A752. Grayscale: #636363. Windows color (decimal): -10594131 or 11360350. OLE color: 11360350.
HSL color Cylindrical-coordinate representation of color #5E58AD: hue angle of 244.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E58AD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 88 | 173 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.32 |
| HSL | 244.24º | 0.34% | 0.51% | - |
| HSV(B) | 244.24º | 0.49% | 0.68% | - |
| XYZ | 15.65 | 12.38 | 41.1 | - |
| YUV | 99.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 173 | 0.46 | 0.49 | 0 | 0.32 | 244.24 | 0.34 | 0.51 |
| Hex | 5E | 58 | AD | 2E | 31 | 0 | 20 | F4 | 22 | 33 |
| Octal | 136 | 130 | 255 | 56 | 61 | 0 | 40 | 364 | 42 | 63 |
| Binary | 1011110 | 1011000 | 10101101 | 101110 | 110001 | 0 | 100000 | 11110100 | 100010 | 110011 |
Color Harmonies of #5E58AD
Complementary color
Monochromatic Colors of #5E58AD
Black with #5E58AD
Text Example
Text Example
White with #5E58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58AD; }
p { color: rgb(94,88,173); }
H1.HeaderClassName
{
color: #5E58AD;
}
.AnyTagClassName
{
color: #5E58AD;
}
</style>
background-color css
<style>
a { background-color: #5E58AD; }
a { background-color: rgb(94,88,173); }
div.DivClassName
{
background-color: #5E58AD;
}
.BgClassName
{
background-color: #5E58AD;
}
</style>
border-color css
<style>
span { border-color: #5E58AD; }
span { border-color: rgb(94,88,173); }
td.TdClassName
{
border-color: #5E58AD;
}
.TagClassName
{
border-color: #5E58AD;
}
</style>