Shades of Victoria #5D567F
Tints of Victoria #5D567F
RGB
CMYK
RGB Variations
Color information
#5D567F (or 0x5D567F) is known color: Victoria. HEX triplet: 5D, 56 and 7F. RGB value is (93,86,127). Sum of RGB (Red+Green+Blue) = 93+86+127=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D567F is #A2A980. Grayscale: #5C5C5C. Windows color (decimal): -10660225 or 8345181. OLE color: 8345181.
HSL color Cylindrical-coordinate representation of color #5D567F: hue angle of 250.24º 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 #5D567F is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 86 | 127 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.50 |
| HSL | 250.24º | 0.19% | 0.42% | - |
| HSV(B) | 250.24º | 0.32% | 0.5% | - |
| XYZ | 11.67 | 10.52 | 21.49 | - |
| YUV | 92.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 127 | 0.27 | 0.32 | 0 | 0.50 | 250.24 | 0.19 | 0.42 |
| Hex | 5D | 56 | 7F | 1B | 20 | 0 | 32 | FA | 13 | 2A |
| Octal | 135 | 126 | 177 | 33 | 40 | 0 | 62 | 372 | 23 | 52 |
| Binary | 1011101 | 1010110 | 1111111 | 11011 | 100000 | 0 | 110010 | 11111010 | 10011 | 101010 |
Color Harmonies of #5D567F
Complementary color
Monochromatic Colors of #5D567F
Black with #5D567F
Text Example
Text Example
White with #5D567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D567F; }
p { color: rgb(93,86,127); }
H1.HeaderClassName
{
color: #5D567F;
}
.AnyTagClassName
{
color: #5D567F;
}
</style>
background-color css
<style>
a { background-color: #5D567F; }
a { background-color: rgb(93,86,127); }
div.DivClassName
{
background-color: #5D567F;
}
.BgClassName
{
background-color: #5D567F;
}
</style>
border-color css
<style>
span { border-color: #5D567F; }
span { border-color: rgb(93,86,127); }
td.TdClassName
{
border-color: #5D567F;
}
.TagClassName
{
border-color: #5D567F;
}
</style>