Shades of Rich Blue #5E579D
Tints of Rich Blue #5E579D
RGB
CMYK
RGB Variations
Color information
#5E579D (or 0x5E579D) is known color: Rich Blue. HEX triplet: 5E, 57 and 9D. RGB value is (94,87,157). Sum of RGB (Red+Green+Blue) = 94+87+157=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E579D is #A1A862. Grayscale: #606060. Windows color (decimal): -10594403 or 10311518. OLE color: 10311518.
HSL color Cylindrical-coordinate representation of color #5E579D: hue angle of 246º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E579D is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 87 | 157 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.38 |
| HSL | 246º | 0.29% | 0.48% | - |
| HSV(B) | 246º | 0.45% | 0.62% | - |
| XYZ | 14.11 | 11.63 | 33.4 | - |
| YUV | 97.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 157 | 0.40 | 0.45 | 0 | 0.38 | 246 | 0.29 | 0.48 |
| Hex | 5E | 57 | 9D | 28 | 2D | 0 | 26 | F6 | 1D | 30 |
| Octal | 136 | 127 | 235 | 50 | 55 | 0 | 46 | 366 | 35 | 60 |
| Binary | 1011110 | 1010111 | 10011101 | 101000 | 101101 | 0 | 100110 | 11110110 | 11101 | 110000 |
Color Harmonies of #5E579D
Complementary color
Monochromatic Colors of #5E579D
Black with #5E579D
Text Example
Text Example
White with #5E579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E579D; }
p { color: rgb(94,87,157); }
H1.HeaderClassName
{
color: #5E579D;
}
.AnyTagClassName
{
color: #5E579D;
}
</style>
background-color css
<style>
a { background-color: #5E579D; }
a { background-color: rgb(94,87,157); }
div.DivClassName
{
background-color: #5E579D;
}
.BgClassName
{
background-color: #5E579D;
}
</style>
border-color css
<style>
span { border-color: #5E579D; }
span { border-color: rgb(94,87,157); }
td.TdClassName
{
border-color: #5E579D;
}
.TagClassName
{
border-color: #5E579D;
}
</style>