Shades of Rich Blue #5E509D
Tints of Rich Blue #5E509D
RGB
CMYK
RGB Variations
Color information
#5E509D (or 0x5E509D) is known color: Rich Blue. HEX triplet: 5E, 50 and 9D. RGB value is (94,80,157). Sum of RGB (Red+Green+Blue) = 94+80+157=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E509D is #A1AF62. Grayscale: #5C5C5C. Windows color (decimal): -10596195 or 10309726. OLE color: 10309726.
HSL color Cylindrical-coordinate representation of color #5E509D: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E509D is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 80 | 157 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.38 |
| HSL | 250.91º | 0.32% | 0.46% | - |
| HSV(B) | 250.91º | 0.49% | 0.62% | - |
| XYZ | 13.57 | 10.55 | 33.22 | - |
| YUV | 92.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 157 | 0.40 | 0.49 | 0 | 0.38 | 250.91 | 0.32 | 0.46 |
| Hex | 5E | 50 | 9D | 28 | 31 | 0 | 26 | FB | 20 | 2E |
| Octal | 136 | 120 | 235 | 50 | 61 | 0 | 46 | 373 | 40 | 56 |
| Binary | 1011110 | 1010000 | 10011101 | 101000 | 110001 | 0 | 100110 | 11111011 | 100000 | 101110 |
Color Harmonies of #5E509D
Complementary color
Monochromatic Colors of #5E509D
Black with #5E509D
Text Example
Text Example
White with #5E509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E509D; }
p { color: rgb(94,80,157); }
H1.HeaderClassName
{
color: #5E509D;
}
.AnyTagClassName
{
color: #5E509D;
}
</style>
background-color css
<style>
a { background-color: #5E509D; }
a { background-color: rgb(94,80,157); }
div.DivClassName
{
background-color: #5E509D;
}
.BgClassName
{
background-color: #5E509D;
}
</style>
border-color css
<style>
span { border-color: #5E509D; }
span { border-color: rgb(94,80,157); }
td.TdClassName
{
border-color: #5E509D;
}
.TagClassName
{
border-color: #5E509D;
}
</style>