Shades of Victoria #5E5385
Tints of Victoria #5E5385
RGB
CMYK
RGB Variations
Color information
#5E5385 (or 0x5E5385) is known color: Victoria. HEX triplet: 5E, 53 and 85. RGB value is (94,83,133). Sum of RGB (Red+Green+Blue) = 94+83+133=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E5385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5385 is #A1AC7A. Grayscale: #5B5B5B. Windows color (decimal): -10595451 or 8737630. OLE color: 8737630.
HSL color Cylindrical-coordinate representation of color #5E5385: hue angle of 253.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E5385 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 83 | 133 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.48 |
| HSL | 253.2º | 0.23% | 0.42% | - |
| HSV(B) | 253.2º | 0.38% | 0.52% | - |
| XYZ | 11.94 | 10.26 | 23.54 | - |
| YUV | 91.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 133 | 0.29 | 0.38 | 0 | 0.48 | 253.2 | 0.23 | 0.42 |
| Hex | 5E | 53 | 85 | 1D | 26 | 0 | 30 | FD | 17 | 2A |
| Octal | 136 | 123 | 205 | 35 | 46 | 0 | 60 | 375 | 27 | 52 |
| Binary | 1011110 | 1010011 | 10000101 | 11101 | 100110 | 0 | 110000 | 11111101 | 10111 | 101010 |
Color Harmonies of #5E5385
Complementary color
Monochromatic Colors of #5E5385
Black with #5E5385
Text Example
Text Example
White with #5E5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5385; }
p { color: rgb(94,83,133); }
H1.HeaderClassName
{
color: #5E5385;
}
.AnyTagClassName
{
color: #5E5385;
}
</style>
background-color css
<style>
a { background-color: #5E5385; }
a { background-color: rgb(94,83,133); }
div.DivClassName
{
background-color: #5E5385;
}
.BgClassName
{
background-color: #5E5385;
}
</style>
border-color css
<style>
span { border-color: #5E5385; }
span { border-color: rgb(94,83,133); }
td.TdClassName
{
border-color: #5E5385;
}
.TagClassName
{
border-color: #5E5385;
}
</style>