Shades of Rich Blue #5E58AB
Tints of Rich Blue #5E58AB
RGB
CMYK
RGB Variations
Color information
#5E58AB (or 0x5E58AB) is known color: Rich Blue. HEX triplet: 5E, 58 and AB. RGB value is (94,88,171). Sum of RGB (Red+Green+Blue) = 94+88+171=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58AB is #A1A754. Grayscale: #626262. Windows color (decimal): -10594133 or 11229278. OLE color: 11229278.
HSL color Cylindrical-coordinate representation of color #5E58AB: hue angle of 244.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E58AB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 88 | 171 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.33 |
| HSL | 244.34º | 0.33% | 0.51% | - |
| HSV(B) | 244.34º | 0.49% | 0.67% | - |
| XYZ | 15.46 | 12.3 | 40.09 | - |
| YUV | 99.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 171 | 0.45 | 0.49 | 0 | 0.33 | 244.34 | 0.33 | 0.51 |
| Hex | 5E | 58 | AB | 2D | 31 | 0 | 21 | F4 | 21 | 33 |
| Octal | 136 | 130 | 253 | 55 | 61 | 0 | 41 | 364 | 41 | 63 |
| Binary | 1011110 | 1011000 | 10101011 | 101101 | 110001 | 0 | 100001 | 11110100 | 100001 | 110011 |
Color Harmonies of #5E58AB
Complementary color
Monochromatic Colors of #5E58AB
Black with #5E58AB
Text Example
Text Example
White with #5E58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58AB; }
p { color: rgb(94,88,171); }
H1.HeaderClassName
{
color: #5E58AB;
}
.AnyTagClassName
{
color: #5E58AB;
}
</style>
background-color css
<style>
a { background-color: #5E58AB; }
a { background-color: rgb(94,88,171); }
div.DivClassName
{
background-color: #5E58AB;
}
.BgClassName
{
background-color: #5E58AB;
}
</style>
border-color css
<style>
span { border-color: #5E58AB; }
span { border-color: rgb(94,88,171); }
td.TdClassName
{
border-color: #5E58AB;
}
.TagClassName
{
border-color: #5E58AB;
}
</style>