Shades of Victoria #5E517A
Tints of Victoria #5E517A
RGB
CMYK
RGB Variations
Color information
#5E517A (or 0x5E517A) is known color: Victoria. HEX triplet: 5E, 51 and 7A. RGB value is (94,81,122). Sum of RGB (Red+Green+Blue) = 94+81+122=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E517A is #A1AE85. Grayscale: #595959. Windows color (decimal): -10595974 or 8016222. OLE color: 8016222.
HSL color Cylindrical-coordinate representation of color #5E517A: hue angle of 259.02º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E517A is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 81 | 122 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.52 |
| HSL | 259.02º | 0.2% | 0.4% | - |
| HSV(B) | 259.02º | 0.34% | 0.48% | - |
| XYZ | 11.07 | 9.67 | 19.7 | - |
| YUV | 89.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 122 | 0.23 | 0.34 | 0 | 0.52 | 259.02 | 0.2 | 0.4 |
| Hex | 5E | 51 | 7A | 17 | 22 | 0 | 34 | 103 | 14 | 28 |
| Octal | 136 | 121 | 172 | 27 | 42 | 0 | 64 | 403 | 24 | 50 |
| Binary | 1011110 | 1010001 | 1111010 | 10111 | 100010 | 0 | 110100 | 100000011 | 10100 | 101000 |
Color Harmonies of #5E517A
Complementary color
Monochromatic Colors of #5E517A
Black with #5E517A
Text Example
Text Example
White with #5E517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E517A; }
p { color: rgb(94,81,122); }
H1.HeaderClassName
{
color: #5E517A;
}
.AnyTagClassName
{
color: #5E517A;
}
</style>
background-color css
<style>
a { background-color: #5E517A; }
a { background-color: rgb(94,81,122); }
div.DivClassName
{
background-color: #5E517A;
}
.BgClassName
{
background-color: #5E517A;
}
</style>
border-color css
<style>
span { border-color: #5E517A; }
span { border-color: rgb(94,81,122); }
td.TdClassName
{
border-color: #5E517A;
}
.TagClassName
{
border-color: #5E517A;
}
</style>