Shades of Victoria #5E567F
Tints of Victoria #5E567F
RGB
CMYK
RGB Variations
Color information
#5E567F (or 0x5E567F) is known color: Victoria. HEX triplet: 5E, 56 and 7F. RGB value is (94,86,127). Sum of RGB (Red+Green+Blue) = 94+86+127=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E567F is #A1A980. Grayscale: #5C5C5C. Windows color (decimal): -10594689 or 8345182. OLE color: 8345182.
HSL color Cylindrical-coordinate representation of color #5E567F: hue angle of 251.71º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E567F is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 86 | 127 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.50 |
| HSL | 251.71º | 0.19% | 0.42% | - |
| HSV(B) | 251.71º | 0.32% | 0.5% | - |
| XYZ | 11.77 | 10.57 | 21.5 | - |
| YUV | 93.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 127 | 0.26 | 0.32 | 0 | 0.50 | 251.71 | 0.19 | 0.42 |
| Hex | 5E | 56 | 7F | 1A | 20 | 0 | 32 | FC | 13 | 2A |
| Octal | 136 | 126 | 177 | 32 | 40 | 0 | 62 | 374 | 23 | 52 |
| Binary | 1011110 | 1010110 | 1111111 | 11010 | 100000 | 0 | 110010 | 11111100 | 10011 | 101010 |
Color Harmonies of #5E567F
Complementary color
Monochromatic Colors of #5E567F
Black with #5E567F
Text Example
Text Example
White with #5E567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E567F; }
p { color: rgb(94,86,127); }
H1.HeaderClassName
{
color: #5E567F;
}
.AnyTagClassName
{
color: #5E567F;
}
</style>
background-color css
<style>
a { background-color: #5E567F; }
a { background-color: rgb(94,86,127); }
div.DivClassName
{
background-color: #5E567F;
}
.BgClassName
{
background-color: #5E567F;
}
</style>
border-color css
<style>
span { border-color: #5E567F; }
span { border-color: rgb(94,86,127); }
td.TdClassName
{
border-color: #5E567F;
}
.TagClassName
{
border-color: #5E567F;
}
</style>