Shades of Victoria #5E557C
Tints of Victoria #5E557C
RGB
CMYK
RGB Variations
Color information
#5E557C (or 0x5E557C) is known color: Victoria. HEX triplet: 5E, 55 and 7C. RGB value is (94,85,124). Sum of RGB (Red+Green+Blue) = 94+85+124=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E557C is #A1AA83. Grayscale: #5B5B5B. Windows color (decimal): -10594948 or 8148318. OLE color: 8148318.
HSL color Cylindrical-coordinate representation of color #5E557C: hue angle of 253.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E557C is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 85 | 124 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.51 |
| HSL | 253.85º | 0.19% | 0.41% | - |
| HSV(B) | 253.85º | 0.31% | 0.49% | - |
| XYZ | 11.5 | 10.33 | 20.46 | - |
| YUV | 92.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 124 | 0.24 | 0.31 | 0 | 0.51 | 253.85 | 0.19 | 0.41 |
| Hex | 5E | 55 | 7C | 18 | 1F | 0 | 33 | FE | 13 | 29 |
| Octal | 136 | 125 | 174 | 30 | 37 | 0 | 63 | 376 | 23 | 51 |
| Binary | 1011110 | 1010101 | 1111100 | 11000 | 11111 | 0 | 110011 | 11111110 | 10011 | 101001 |
Color Harmonies of #5E557C
Complementary color
Monochromatic Colors of #5E557C
Black with #5E557C
Text Example
Text Example
White with #5E557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E557C; }
p { color: rgb(94,85,124); }
H1.HeaderClassName
{
color: #5E557C;
}
.AnyTagClassName
{
color: #5E557C;
}
</style>
background-color css
<style>
a { background-color: #5E557C; }
a { background-color: rgb(94,85,124); }
div.DivClassName
{
background-color: #5E557C;
}
.BgClassName
{
background-color: #5E557C;
}
</style>
border-color css
<style>
span { border-color: #5E557C; }
span { border-color: rgb(94,85,124); }
td.TdClassName
{
border-color: #5E557C;
}
.TagClassName
{
border-color: #5E557C;
}
</style>