Shades of Victoria #5E5485
Tints of Victoria #5E5485
RGB
CMYK
RGB Variations
Color information
#5E5485 (or 0x5E5485) is known color: Victoria. HEX triplet: 5E, 54 and 85. RGB value is (94,84,133). Sum of RGB (Red+Green+Blue) = 94+84+133=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5485 is #A1AB7A. Grayscale: #5C5C5C. Windows color (decimal): -10595195 or 8737886. OLE color: 8737886.
HSL color Cylindrical-coordinate representation of color #5E5485: hue angle of 252.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E5485 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 84 | 133 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.48 |
| HSL | 252.24º | 0.23% | 0.43% | - |
| HSV(B) | 252.24º | 0.37% | 0.52% | - |
| XYZ | 12.02 | 10.41 | 23.57 | - |
| YUV | 92.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 133 | 0.29 | 0.37 | 0 | 0.48 | 252.24 | 0.23 | 0.43 |
| Hex | 5E | 54 | 85 | 1D | 25 | 0 | 30 | FC | 17 | 2B |
| Octal | 136 | 124 | 205 | 35 | 45 | 0 | 60 | 374 | 27 | 53 |
| Binary | 1011110 | 1010100 | 10000101 | 11101 | 100101 | 0 | 110000 | 11111100 | 10111 | 101011 |
Color Harmonies of #5E5485
Complementary color
Monochromatic Colors of #5E5485
Black with #5E5485
Text Example
Text Example
White with #5E5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5485; }
p { color: rgb(94,84,133); }
H1.HeaderClassName
{
color: #5E5485;
}
.AnyTagClassName
{
color: #5E5485;
}
</style>
background-color css
<style>
a { background-color: #5E5485; }
a { background-color: rgb(94,84,133); }
div.DivClassName
{
background-color: #5E5485;
}
.BgClassName
{
background-color: #5E5485;
}
</style>
border-color css
<style>
span { border-color: #5E5485; }
span { border-color: rgb(94,84,133); }
td.TdClassName
{
border-color: #5E5485;
}
.TagClassName
{
border-color: #5E5485;
}
</style>