Shades of Victoria #5A518D
Tints of Victoria #5A518D
RGB
CMYK
RGB Variations
Color information
#5A518D (or 0x5A518D) is known color: Victoria. HEX triplet: 5A, 51 and 8D. RGB value is (90,81,141). Sum of RGB (Red+Green+Blue) = 90+81+141=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A518D is #A5AE72. Grayscale: #5A5A5A. Windows color (decimal): -10858099 or 9261402. OLE color: 9261402.
HSL color Cylindrical-coordinate representation of color #5A518D: hue angle of 249º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A518D is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 81 | 141 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.45 |
| HSL | 249º | 0.27% | 0.44% | - |
| HSV(B) | 249º | 0.43% | 0.55% | - |
| XYZ | 11.97 | 9.98 | 26.5 | - |
| YUV | 90.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 141 | 0.36 | 0.43 | 0 | 0.45 | 249 | 0.27 | 0.44 |
| Hex | 5A | 51 | 8D | 24 | 2B | 0 | 2D | F9 | 1B | 2C |
| Octal | 132 | 121 | 215 | 44 | 53 | 0 | 55 | 371 | 33 | 54 |
| Binary | 1011010 | 1010001 | 10001101 | 100100 | 101011 | 0 | 101101 | 11111001 | 11011 | 101100 |
Color Harmonies of #5A518D
Complementary color
Monochromatic Colors of #5A518D
Black with #5A518D
Text Example
Text Example
White with #5A518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A518D; }
p { color: rgb(90,81,141); }
H1.HeaderClassName
{
color: #5A518D;
}
.AnyTagClassName
{
color: #5A518D;
}
</style>
background-color css
<style>
a { background-color: #5A518D; }
a { background-color: rgb(90,81,141); }
div.DivClassName
{
background-color: #5A518D;
}
.BgClassName
{
background-color: #5A518D;
}
</style>
border-color css
<style>
span { border-color: #5A518D; }
span { border-color: rgb(90,81,141); }
td.TdClassName
{
border-color: #5A518D;
}
.TagClassName
{
border-color: #5A518D;
}
</style>