Shades of Victoria #5D548D
Tints of Victoria #5D548D
RGB
CMYK
RGB Variations
Color information
#5D548D (or 0x5D548D) is known color: Victoria. HEX triplet: 5D, 54 and 8D. RGB value is (93,84,141). Sum of RGB (Red+Green+Blue) = 93+84+141=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D548D is #A2AB72. Grayscale: #5C5C5C. Windows color (decimal): -10660723 or 9262173. OLE color: 9262173.
HSL color Cylindrical-coordinate representation of color #5D548D: hue angle of 249.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D548D is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 84 | 141 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.45 |
| HSL | 249.47º | 0.25% | 0.44% | - |
| HSV(B) | 249.47º | 0.4% | 0.55% | - |
| XYZ | 12.49 | 10.59 | 26.59 | - |
| YUV | 93.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 141 | 0.34 | 0.40 | 0 | 0.45 | 249.47 | 0.25 | 0.44 |
| Hex | 5D | 54 | 8D | 22 | 28 | 0 | 2D | F9 | 19 | 2C |
| Octal | 135 | 124 | 215 | 42 | 50 | 0 | 55 | 371 | 31 | 54 |
| Binary | 1011101 | 1010100 | 10001101 | 100010 | 101000 | 0 | 101101 | 11111001 | 11001 | 101100 |
Color Harmonies of #5D548D
Complementary color
Monochromatic Colors of #5D548D
Black with #5D548D
Text Example
Text Example
White with #5D548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D548D; }
p { color: rgb(93,84,141); }
H1.HeaderClassName
{
color: #5D548D;
}
.AnyTagClassName
{
color: #5D548D;
}
</style>
background-color css
<style>
a { background-color: #5D548D; }
a { background-color: rgb(93,84,141); }
div.DivClassName
{
background-color: #5D548D;
}
.BgClassName
{
background-color: #5D548D;
}
</style>
border-color css
<style>
span { border-color: #5D548D; }
span { border-color: rgb(93,84,141); }
td.TdClassName
{
border-color: #5D548D;
}
.TagClassName
{
border-color: #5D548D;
}
</style>