Shades of Rich Blue #5E519F
Tints of Rich Blue #5E519F
RGB
CMYK
RGB Variations
Color information
#5E519F (or 0x5E519F) is known color: Rich Blue. HEX triplet: 5E, 51 and 9F. RGB value is (94,81,159). Sum of RGB (Red+Green+Blue) = 94+81+159=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519F is #A1AE60. Grayscale: #5D5D5D. Windows color (decimal): -10595937 or 10441054. OLE color: 10441054.
HSL color Cylindrical-coordinate representation of color #5E519F: hue angle of 250º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E519F is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 81 | 159 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.38 |
| HSL | 250º | 0.33% | 0.47% | - |
| HSV(B) | 250º | 0.49% | 0.62% | - |
| XYZ | 13.82 | 10.77 | 34.15 | - |
| YUV | 93.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 159 | 0.41 | 0.49 | 0 | 0.38 | 250 | 0.33 | 0.47 |
| Hex | 5E | 51 | 9F | 29 | 31 | 0 | 26 | FA | 20 | 2F |
| Octal | 136 | 121 | 237 | 51 | 61 | 0 | 46 | 372 | 40 | 57 |
| Binary | 1011110 | 1010001 | 10011111 | 101001 | 110001 | 0 | 100110 | 11111010 | 100000 | 101111 |
Color Harmonies of #5E519F
Complementary color
Monochromatic Colors of #5E519F
Black with #5E519F
Text Example
Text Example
White with #5E519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E519F; }
p { color: rgb(94,81,159); }
H1.HeaderClassName
{
color: #5E519F;
}
.AnyTagClassName
{
color: #5E519F;
}
</style>
background-color css
<style>
a { background-color: #5E519F; }
a { background-color: rgb(94,81,159); }
div.DivClassName
{
background-color: #5E519F;
}
.BgClassName
{
background-color: #5E519F;
}
</style>
border-color css
<style>
span { border-color: #5E519F; }
span { border-color: rgb(94,81,159); }
td.TdClassName
{
border-color: #5E519F;
}
.TagClassName
{
border-color: #5E519F;
}
</style>