Shades of Victoria #5E508E
Tints of Victoria #5E508E
RGB
CMYK
RGB Variations
Color information
#5E508E (or 0x5E508E) is known color: Victoria. HEX triplet: 5E, 50 and 8E. RGB value is (94,80,142). Sum of RGB (Red+Green+Blue) = 94+80+142=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E508E is #A1AF71. Grayscale: #5B5B5B. Windows color (decimal): -10596210 or 9326686. OLE color: 9326686.
HSL color Cylindrical-coordinate representation of color #5E508E: hue angle of 253.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E508E is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 80 | 142 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.44 |
| HSL | 253.55º | 0.28% | 0.44% | - |
| HSV(B) | 253.55º | 0.44% | 0.56% | - |
| XYZ | 12.37 | 10.07 | 26.88 | - |
| YUV | 91.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 142 | 0.34 | 0.44 | 0 | 0.44 | 253.55 | 0.28 | 0.44 |
| Hex | 5E | 50 | 8E | 22 | 2C | 0 | 2C | FE | 1C | 2C |
| Octal | 136 | 120 | 216 | 42 | 54 | 0 | 54 | 376 | 34 | 54 |
| Binary | 1011110 | 1010000 | 10001110 | 100010 | 101100 | 0 | 101100 | 11111110 | 11100 | 101100 |
Color Harmonies of #5E508E
Complementary color
Monochromatic Colors of #5E508E
Black with #5E508E
Text Example
Text Example
White with #5E508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E508E; }
p { color: rgb(94,80,142); }
H1.HeaderClassName
{
color: #5E508E;
}
.AnyTagClassName
{
color: #5E508E;
}
</style>
background-color css
<style>
a { background-color: #5E508E; }
a { background-color: rgb(94,80,142); }
div.DivClassName
{
background-color: #5E508E;
}
.BgClassName
{
background-color: #5E508E;
}
</style>
border-color css
<style>
span { border-color: #5E508E; }
span { border-color: rgb(94,80,142); }
td.TdClassName
{
border-color: #5E508E;
}
.TagClassName
{
border-color: #5E508E;
}
</style>