Shades of Victoria #5E5084
Tints of Victoria #5E5084
RGB
CMYK
RGB Variations
Color information
#5E5084 (or 0x5E5084) is known color: Victoria. HEX triplet: 5E, 50 and 84. RGB value is (94,80,132). Sum of RGB (Red+Green+Blue) = 94+80+132=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E5084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5084 is #A1AF7B. Grayscale: #595959. Windows color (decimal): -10596220 or 8671326. OLE color: 8671326.
HSL color Cylindrical-coordinate representation of color #5E5084: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5084 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 80 | 132 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.48 |
| HSL | 256.15º | 0.25% | 0.42% | - |
| HSV(B) | 256.15º | 0.39% | 0.52% | - |
| XYZ | 11.65 | 9.78 | 23.1 | - |
| YUV | 90.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 132 | 0.29 | 0.39 | 0 | 0.48 | 256.15 | 0.25 | 0.42 |
| Hex | 5E | 50 | 84 | 1D | 27 | 0 | 30 | 100 | 19 | 2A |
| Octal | 136 | 120 | 204 | 35 | 47 | 0 | 60 | 400 | 31 | 52 |
| Binary | 1011110 | 1010000 | 10000100 | 11101 | 100111 | 0 | 110000 | 100000000 | 11001 | 101010 |
Color Harmonies of #5E5084
Complementary color
Monochromatic Colors of #5E5084
Black with #5E5084
Text Example
Text Example
White with #5E5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5084; }
p { color: rgb(94,80,132); }
H1.HeaderClassName
{
color: #5E5084;
}
.AnyTagClassName
{
color: #5E5084;
}
</style>
background-color css
<style>
a { background-color: #5E5084; }
a { background-color: rgb(94,80,132); }
div.DivClassName
{
background-color: #5E5084;
}
.BgClassName
{
background-color: #5E5084;
}
</style>
border-color css
<style>
span { border-color: #5E5084; }
span { border-color: rgb(94,80,132); }
td.TdClassName
{
border-color: #5E5084;
}
.TagClassName
{
border-color: #5E5084;
}
</style>