Shades of Victoria #5D578D
Tints of Victoria #5D578D
RGB
CMYK
RGB Variations
Color information
#5D578D (or 0x5D578D) is known color: Victoria. HEX triplet: 5D, 57 and 8D. RGB value is (93,87,141). Sum of RGB (Red+Green+Blue) = 93+87+141=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D578D is #A2A872. Grayscale: #5E5E5E. Windows color (decimal): -10659955 or 9262941. OLE color: 9262941.
HSL color Cylindrical-coordinate representation of color #5D578D: hue angle of 246.67º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D578D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 87 | 141 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.45 |
| HSL | 246.67º | 0.24% | 0.45% | - |
| HSV(B) | 246.67º | 0.38% | 0.55% | - |
| XYZ | 12.73 | 11.07 | 26.66 | - |
| YUV | 94.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 141 | 0.34 | 0.38 | 0 | 0.45 | 246.67 | 0.24 | 0.45 |
| Hex | 5D | 57 | 8D | 22 | 26 | 0 | 2D | F7 | 18 | 2D |
| Octal | 135 | 127 | 215 | 42 | 46 | 0 | 55 | 367 | 30 | 55 |
| Binary | 1011101 | 1010111 | 10001101 | 100010 | 100110 | 0 | 101101 | 11110111 | 11000 | 101101 |
Color Harmonies of #5D578D
Complementary color
Monochromatic Colors of #5D578D
Black with #5D578D
Text Example
Text Example
White with #5D578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D578D; }
p { color: rgb(93,87,141); }
H1.HeaderClassName
{
color: #5D578D;
}
.AnyTagClassName
{
color: #5D578D;
}
</style>
background-color css
<style>
a { background-color: #5D578D; }
a { background-color: rgb(93,87,141); }
div.DivClassName
{
background-color: #5D578D;
}
.BgClassName
{
background-color: #5D578D;
}
</style>
border-color css
<style>
span { border-color: #5D578D; }
span { border-color: rgb(93,87,141); }
td.TdClassName
{
border-color: #5D578D;
}
.TagClassName
{
border-color: #5D578D;
}
</style>