Shades of Victoria #5A5191
Tints of Victoria #5A5191
RGB
CMYK
RGB Variations
Color information
#5A5191 (or 0x5A5191) is known color: Victoria. HEX triplet: 5A, 51 and 91. RGB value is (90,81,145). Sum of RGB (Red+Green+Blue) = 90+81+145=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5191 is #A5AE6E. Grayscale: #5A5A5A. Windows color (decimal): -10858095 or 9523546. OLE color: 9523546.
HSL color Cylindrical-coordinate representation of color #5A5191: hue angle of 248.44º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A5191 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 81 | 145 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.43 |
| HSL | 248.44º | 0.28% | 0.44% | - |
| HSV(B) | 248.44º | 0.44% | 0.57% | - |
| XYZ | 12.27 | 10.1 | 28.09 | - |
| YUV | 90.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 145 | 0.38 | 0.44 | 0 | 0.43 | 248.44 | 0.28 | 0.44 |
| Hex | 5A | 51 | 91 | 26 | 2C | 0 | 2B | F8 | 1C | 2C |
| Octal | 132 | 121 | 221 | 46 | 54 | 0 | 53 | 370 | 34 | 54 |
| Binary | 1011010 | 1010001 | 10010001 | 100110 | 101100 | 0 | 101011 | 11111000 | 11100 | 101100 |
Color Harmonies of #5A5191
Complementary color
Monochromatic Colors of #5A5191
Black with #5A5191
Text Example
Text Example
White with #5A5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5191; }
p { color: rgb(90,81,145); }
H1.HeaderClassName
{
color: #5A5191;
}
.AnyTagClassName
{
color: #5A5191;
}
</style>
background-color css
<style>
a { background-color: #5A5191; }
a { background-color: rgb(90,81,145); }
div.DivClassName
{
background-color: #5A5191;
}
.BgClassName
{
background-color: #5A5191;
}
</style>
border-color css
<style>
span { border-color: #5A5191; }
span { border-color: rgb(90,81,145); }
td.TdClassName
{
border-color: #5A5191;
}
.TagClassName
{
border-color: #5A5191;
}
</style>