Shades of Victoria #5E5585
Tints of Victoria #5E5585
RGB
CMYK
RGB Variations
Color information
#5E5585 (or 0x5E5585) is known color: Victoria. HEX triplet: 5E, 55 and 85. RGB value is (94,85,133). Sum of RGB (Red+Green+Blue) = 94+85+133=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E5585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5585 is #A1AA7A. Grayscale: #5C5C5C. Windows color (decimal): -10594939 or 8738142. OLE color: 8738142.
HSL color Cylindrical-coordinate representation of color #5E5585: hue angle of 251.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E5585 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 85 | 133 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.48 |
| HSL | 251.25º | 0.22% | 0.43% | - |
| HSV(B) | 251.25º | 0.36% | 0.52% | - |
| XYZ | 12.1 | 10.57 | 23.59 | - |
| YUV | 93.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 133 | 0.29 | 0.36 | 0 | 0.48 | 251.25 | 0.22 | 0.43 |
| Hex | 5E | 55 | 85 | 1D | 24 | 0 | 30 | FB | 16 | 2B |
| Octal | 136 | 125 | 205 | 35 | 44 | 0 | 60 | 373 | 26 | 53 |
| Binary | 1011110 | 1010101 | 10000101 | 11101 | 100100 | 0 | 110000 | 11111011 | 10110 | 101011 |
Color Harmonies of #5E5585
Complementary color
Monochromatic Colors of #5E5585
Black with #5E5585
Text Example
Text Example
White with #5E5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5585; }
p { color: rgb(94,85,133); }
H1.HeaderClassName
{
color: #5E5585;
}
.AnyTagClassName
{
color: #5E5585;
}
</style>
background-color css
<style>
a { background-color: #5E5585; }
a { background-color: rgb(94,85,133); }
div.DivClassName
{
background-color: #5E5585;
}
.BgClassName
{
background-color: #5E5585;
}
</style>
border-color css
<style>
span { border-color: #5E5585; }
span { border-color: rgb(94,85,133); }
td.TdClassName
{
border-color: #5E5585;
}
.TagClassName
{
border-color: #5E5585;
}
</style>