Shades of Victoria #5E5182
Tints of Victoria #5E5182
RGB
CMYK
RGB Variations
Color information
#5E5182 (or 0x5E5182) is known color: Victoria. HEX triplet: 5E, 51 and 82. RGB value is (94,81,130). Sum of RGB (Red+Green+Blue) = 94+81+130=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5182 is #A1AE7D. Grayscale: #5A5A5A. Windows color (decimal): -10595966 or 8540510. OLE color: 8540510.
HSL color Cylindrical-coordinate representation of color #5E5182: hue angle of 255.92º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E5182 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 81 | 130 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.49 |
| HSL | 255.92º | 0.23% | 0.41% | - |
| HSV(B) | 255.92º | 0.38% | 0.51% | - |
| XYZ | 11.59 | 9.88 | 22.41 | - |
| YUV | 90.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 130 | 0.28 | 0.38 | 0 | 0.49 | 255.92 | 0.23 | 0.41 |
| Hex | 5E | 51 | 82 | 1C | 26 | 0 | 31 | 100 | 17 | 29 |
| Octal | 136 | 121 | 202 | 34 | 46 | 0 | 61 | 400 | 27 | 51 |
| Binary | 1011110 | 1010001 | 10000010 | 11100 | 100110 | 0 | 110001 | 100000000 | 10111 | 101001 |
Color Harmonies of #5E5182
Complementary color
Monochromatic Colors of #5E5182
Black with #5E5182
Text Example
Text Example
White with #5E5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5182; }
p { color: rgb(94,81,130); }
H1.HeaderClassName
{
color: #5E5182;
}
.AnyTagClassName
{
color: #5E5182;
}
</style>
background-color css
<style>
a { background-color: #5E5182; }
a { background-color: rgb(94,81,130); }
div.DivClassName
{
background-color: #5E5182;
}
.BgClassName
{
background-color: #5E5182;
}
</style>
border-color css
<style>
span { border-color: #5E5182; }
span { border-color: rgb(94,81,130); }
td.TdClassName
{
border-color: #5E5182;
}
.TagClassName
{
border-color: #5E5182;
}
</style>