Shades of Rich Blue #5E589D
Tints of Rich Blue #5E589D
RGB
CMYK
RGB Variations
Color information
#5E589D (or 0x5E589D) is known color: Rich Blue. HEX triplet: 5E, 58 and 9D. RGB value is (94,88,157). Sum of RGB (Red+Green+Blue) = 94+88+157=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E589D is #A1A762. Grayscale: #616161. Windows color (decimal): -10594147 or 10311774. OLE color: 10311774.
HSL color Cylindrical-coordinate representation of color #5E589D: hue angle of 245.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E589D is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 88 | 157 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.38 |
| HSL | 245.22º | 0.28% | 0.48% | - |
| HSV(B) | 245.22º | 0.44% | 0.62% | - |
| XYZ | 14.19 | 11.79 | 33.43 | - |
| YUV | 97.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 157 | 0.40 | 0.44 | 0 | 0.38 | 245.22 | 0.28 | 0.48 |
| Hex | 5E | 58 | 9D | 28 | 2C | 0 | 26 | F5 | 1C | 30 |
| Octal | 136 | 130 | 235 | 50 | 54 | 0 | 46 | 365 | 34 | 60 |
| Binary | 1011110 | 1011000 | 10011101 | 101000 | 101100 | 0 | 100110 | 11110101 | 11100 | 110000 |
Color Harmonies of #5E589D
Complementary color
Monochromatic Colors of #5E589D
Black with #5E589D
Text Example
Text Example
White with #5E589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E589D; }
p { color: rgb(94,88,157); }
H1.HeaderClassName
{
color: #5E589D;
}
.AnyTagClassName
{
color: #5E589D;
}
</style>
background-color css
<style>
a { background-color: #5E589D; }
a { background-color: rgb(94,88,157); }
div.DivClassName
{
background-color: #5E589D;
}
.BgClassName
{
background-color: #5E589D;
}
</style>
border-color css
<style>
span { border-color: #5E589D; }
span { border-color: rgb(94,88,157); }
td.TdClassName
{
border-color: #5E589D;
}
.TagClassName
{
border-color: #5E589D;
}
</style>