Shades of Victoria #5E5080
Tints of Victoria #5E5080
RGB
CMYK
RGB Variations
Color information
#5E5080 (or 0x5E5080) is known color: Victoria. HEX triplet: 5E, 50 and 80. RGB value is (94,80,128). Sum of RGB (Red+Green+Blue) = 94+80+128=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E5080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5080 is #A1AF7F. Grayscale: #595959. Windows color (decimal): -10596224 or 8409182. OLE color: 8409182.
HSL color Cylindrical-coordinate representation of color #5E5080: hue angle of 257.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E5080 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 80 | 128 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.50 |
| HSL | 257.5º | 0.23% | 0.41% | - |
| HSV(B) | 257.5º | 0.38% | 0.5% | - |
| XYZ | 11.38 | 9.68 | 21.69 | - |
| YUV | 89.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 128 | 0.27 | 0.38 | 0 | 0.50 | 257.5 | 0.23 | 0.41 |
| Hex | 5E | 50 | 80 | 1B | 26 | 0 | 32 | 102 | 17 | 29 |
| Octal | 136 | 120 | 200 | 33 | 46 | 0 | 62 | 402 | 27 | 51 |
| Binary | 1011110 | 1010000 | 10000000 | 11011 | 100110 | 0 | 110010 | 100000010 | 10111 | 101001 |
Color Harmonies of #5E5080
Complementary color
Monochromatic Colors of #5E5080
Black with #5E5080
Text Example
Text Example
White with #5E5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5080; }
p { color: rgb(94,80,128); }
H1.HeaderClassName
{
color: #5E5080;
}
.AnyTagClassName
{
color: #5E5080;
}
</style>
background-color css
<style>
a { background-color: #5E5080; }
a { background-color: rgb(94,80,128); }
div.DivClassName
{
background-color: #5E5080;
}
.BgClassName
{
background-color: #5E5080;
}
</style>
border-color css
<style>
span { border-color: #5E5080; }
span { border-color: rgb(94,80,128); }
td.TdClassName
{
border-color: #5E5080;
}
.TagClassName
{
border-color: #5E5080;
}
</style>