Shades of Victoria #5A5190
Tints of Victoria #5A5190
RGB
CMYK
RGB Variations
Color information
#5A5190 (or 0x5A5190) is known color: Victoria. HEX triplet: 5A, 51 and 90. RGB value is (90,81,144). Sum of RGB (Red+Green+Blue) = 90+81+144=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5190 is #A5AE6F. Grayscale: #5A5A5A. Windows color (decimal): -10858096 or 9458010. OLE color: 9458010.
HSL color Cylindrical-coordinate representation of color #5A5190: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A5190 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 81 | 144 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.44 |
| HSL | 248.57º | 0.28% | 0.44% | - |
| HSV(B) | 248.57º | 0.44% | 0.56% | - |
| XYZ | 12.19 | 10.07 | 27.69 | - |
| YUV | 90.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 144 | 0.37 | 0.44 | 0 | 0.44 | 248.57 | 0.28 | 0.44 |
| Hex | 5A | 51 | 90 | 25 | 2C | 0 | 2C | F9 | 1C | 2C |
| Octal | 132 | 121 | 220 | 45 | 54 | 0 | 54 | 371 | 34 | 54 |
| Binary | 1011010 | 1010001 | 10010000 | 100101 | 101100 | 0 | 101100 | 11111001 | 11100 | 101100 |
Color Harmonies of #5A5190
Complementary color
Monochromatic Colors of #5A5190
Black with #5A5190
Text Example
Text Example
White with #5A5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5190; }
p { color: rgb(90,81,144); }
H1.HeaderClassName
{
color: #5A5190;
}
.AnyTagClassName
{
color: #5A5190;
}
</style>
background-color css
<style>
a { background-color: #5A5190; }
a { background-color: rgb(90,81,144); }
div.DivClassName
{
background-color: #5A5190;
}
.BgClassName
{
background-color: #5A5190;
}
</style>
border-color css
<style>
span { border-color: #5A5190; }
span { border-color: rgb(90,81,144); }
td.TdClassName
{
border-color: #5A5190;
}
.TagClassName
{
border-color: #5A5190;
}
</style>