Shades of Victoria #5E5078
Tints of Victoria #5E5078
RGB
CMYK
RGB Variations
Color information
#5E5078 (or 0x5E5078) is known color: Victoria. HEX triplet: 5E, 50 and 78. RGB value is (94,80,120). Sum of RGB (Red+Green+Blue) = 94+80+120=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5078 is #A1AF87. Grayscale: #585858. Windows color (decimal): -10596232 or 7884894. OLE color: 7884894.
HSL color Cylindrical-coordinate representation of color #5E5078: hue angle of 261º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E5078 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 80 | 120 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.53 |
| HSL | 261º | 0.2% | 0.39% | - |
| HSV(B) | 261º | 0.33% | 0.47% | - |
| XYZ | 10.87 | 9.47 | 19.02 | - |
| YUV | 88.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 120 | 0.22 | 0.33 | 0 | 0.53 | 261 | 0.2 | 0.39 |
| Hex | 5E | 50 | 78 | 16 | 21 | 0 | 35 | 105 | 14 | 27 |
| Octal | 136 | 120 | 170 | 26 | 41 | 0 | 65 | 405 | 24 | 47 |
| Binary | 1011110 | 1010000 | 1111000 | 10110 | 100001 | 0 | 110101 | 100000101 | 10100 | 100111 |
Color Harmonies of #5E5078
Complementary color
Monochromatic Colors of #5E5078
Black with #5E5078
Text Example
Text Example
White with #5E5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5078; }
p { color: rgb(94,80,120); }
H1.HeaderClassName
{
color: #5E5078;
}
.AnyTagClassName
{
color: #5E5078;
}
</style>
background-color css
<style>
a { background-color: #5E5078; }
a { background-color: rgb(94,80,120); }
div.DivClassName
{
background-color: #5E5078;
}
.BgClassName
{
background-color: #5E5078;
}
</style>
border-color css
<style>
span { border-color: #5E5078; }
span { border-color: rgb(94,80,120); }
td.TdClassName
{
border-color: #5E5078;
}
.TagClassName
{
border-color: #5E5078;
}
</style>