Shades of Victoria #5E5082
Tints of Victoria #5E5082
RGB
CMYK
RGB Variations
Color information
#5E5082 (or 0x5E5082) is known color: Victoria. HEX triplet: 5E, 50 and 82. RGB value is (94,80,130). Sum of RGB (Red+Green+Blue) = 94+80+130=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5082 is #A1AF7D. Grayscale: #595959. Windows color (decimal): -10596222 or 8540254. OLE color: 8540254.
HSL color Cylindrical-coordinate representation of color #5E5082: hue angle of 256.8º degrees, saturation: 0.24, 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 #5E5082 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 80 | 130 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.49 |
| HSL | 256.8º | 0.24% | 0.41% | - |
| HSV(B) | 256.8º | 0.38% | 0.51% | - |
| XYZ | 11.51 | 9.73 | 22.39 | - |
| YUV | 89.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 130 | 0.28 | 0.38 | 0 | 0.49 | 256.8 | 0.24 | 0.41 |
| Hex | 5E | 50 | 82 | 1C | 26 | 0 | 31 | 101 | 18 | 29 |
| Octal | 136 | 120 | 202 | 34 | 46 | 0 | 61 | 401 | 30 | 51 |
| Binary | 1011110 | 1010000 | 10000010 | 11100 | 100110 | 0 | 110001 | 100000001 | 11000 | 101001 |
Color Harmonies of #5E5082
Complementary color
Monochromatic Colors of #5E5082
Black with #5E5082
Text Example
Text Example
White with #5E5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5082; }
p { color: rgb(94,80,130); }
H1.HeaderClassName
{
color: #5E5082;
}
.AnyTagClassName
{
color: #5E5082;
}
</style>
background-color css
<style>
a { background-color: #5E5082; }
a { background-color: rgb(94,80,130); }
div.DivClassName
{
background-color: #5E5082;
}
.BgClassName
{
background-color: #5E5082;
}
</style>
border-color css
<style>
span { border-color: #5E5082; }
span { border-color: rgb(94,80,130); }
td.TdClassName
{
border-color: #5E5082;
}
.TagClassName
{
border-color: #5E5082;
}
</style>