Shades of Victoria #5E4E87
Tints of Victoria #5E4E87
RGB
CMYK
RGB Variations
Color information
#5E4E87 (or 0x5E4E87) is known color: Victoria. HEX triplet: 5E, 4E and 87. RGB value is (94,78,135). Sum of RGB (Red+Green+Blue) = 94+78+135=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E4E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4E87 is #A1B178. Grayscale: #595959. Windows color (decimal): -10596729 or 8867422. OLE color: 8867422.
HSL color Cylindrical-coordinate representation of color #5E4E87: hue angle of 256.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E4E87 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 78 | 135 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.47 |
| HSL | 256.84º | 0.27% | 0.42% | - |
| HSV(B) | 256.84º | 0.42% | 0.53% | - |
| XYZ | 11.71 | 9.58 | 24.15 | - |
| YUV | 89.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 135 | 0.30 | 0.42 | 0 | 0.47 | 256.84 | 0.27 | 0.42 |
| Hex | 5E | 4E | 87 | 1E | 2A | 0 | 2F | 101 | 1B | 2A |
| Octal | 136 | 116 | 207 | 36 | 52 | 0 | 57 | 401 | 33 | 52 |
| Binary | 1011110 | 1001110 | 10000111 | 11110 | 101010 | 0 | 101111 | 100000001 | 11011 | 101010 |
Color Harmonies of #5E4E87
Complementary color
Monochromatic Colors of #5E4E87
Black with #5E4E87
Text Example
Text Example
White with #5E4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E87; }
p { color: rgb(94,78,135); }
H1.HeaderClassName
{
color: #5E4E87;
}
.AnyTagClassName
{
color: #5E4E87;
}
</style>
background-color css
<style>
a { background-color: #5E4E87; }
a { background-color: rgb(94,78,135); }
div.DivClassName
{
background-color: #5E4E87;
}
.BgClassName
{
background-color: #5E4E87;
}
</style>
border-color css
<style>
span { border-color: #5E4E87; }
span { border-color: rgb(94,78,135); }
td.TdClassName
{
border-color: #5E4E87;
}
.TagClassName
{
border-color: #5E4E87;
}
</style>