Shades of Rich Blue #5E519C
Tints of Rich Blue #5E519C
RGB
CMYK
RGB Variations
Color information
#5E519C (or 0x5E519C) is known color: Rich Blue. HEX triplet: 5E, 51 and 9C. RGB value is (94,81,156). Sum of RGB (Red+Green+Blue) = 94+81+156=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519C is #A1AE63. Grayscale: #5D5D5D. Windows color (decimal): -10595940 or 10244446. OLE color: 10244446.
HSL color Cylindrical-coordinate representation of color #5E519C: hue angle of 250.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E519C is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 81 | 156 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.39 |
| HSL | 250.4º | 0.32% | 0.46% | - |
| HSV(B) | 250.4º | 0.48% | 0.61% | - |
| XYZ | 13.56 | 10.66 | 32.8 | - |
| YUV | 93.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 156 | 0.40 | 0.48 | 0 | 0.39 | 250.4 | 0.32 | 0.46 |
| Hex | 5E | 51 | 9C | 28 | 30 | 0 | 27 | FA | 20 | 2E |
| Octal | 136 | 121 | 234 | 50 | 60 | 0 | 47 | 372 | 40 | 56 |
| Binary | 1011110 | 1010001 | 10011100 | 101000 | 110000 | 0 | 100111 | 11111010 | 100000 | 101110 |
Color Harmonies of #5E519C
Complementary color
Monochromatic Colors of #5E519C
Black with #5E519C
Text Example
Text Example
White with #5E519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E519C; }
p { color: rgb(94,81,156); }
H1.HeaderClassName
{
color: #5E519C;
}
.AnyTagClassName
{
color: #5E519C;
}
</style>
background-color css
<style>
a { background-color: #5E519C; }
a { background-color: rgb(94,81,156); }
div.DivClassName
{
background-color: #5E519C;
}
.BgClassName
{
background-color: #5E519C;
}
</style>
border-color css
<style>
span { border-color: #5E519C; }
span { border-color: rgb(94,81,156); }
td.TdClassName
{
border-color: #5E519C;
}
.TagClassName
{
border-color: #5E519C;
}
</style>