Shades of Victoria #5A5090
Tints of Victoria #5A5090
RGB
CMYK
RGB Variations
Color information
#5A5090 (or 0x5A5090) is known color: Victoria. HEX triplet: 5A, 50 and 90. RGB value is (90,80,144). Sum of RGB (Red+Green+Blue) = 90+80+144=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5090 is #A5AF6F. Grayscale: #5A5A5A. Windows color (decimal): -10858352 or 9457754. OLE color: 9457754.
HSL color Cylindrical-coordinate representation of color #5A5090: hue angle of 249.38º degrees, saturation: 0.29, 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 #5A5090 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 80 | 144 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.44 |
| HSL | 249.38º | 0.29% | 0.44% | - |
| HSV(B) | 249.38º | 0.44% | 0.56% | - |
| XYZ | 12.12 | 9.92 | 27.66 | - |
| YUV | 90.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 144 | 0.37 | 0.44 | 0 | 0.44 | 249.38 | 0.29 | 0.44 |
| Hex | 5A | 50 | 90 | 25 | 2C | 0 | 2C | F9 | 1D | 2C |
| Octal | 132 | 120 | 220 | 45 | 54 | 0 | 54 | 371 | 35 | 54 |
| Binary | 1011010 | 1010000 | 10010000 | 100101 | 101100 | 0 | 101100 | 11111001 | 11101 | 101100 |
Color Harmonies of #5A5090
Complementary color
Monochromatic Colors of #5A5090
Black with #5A5090
Text Example
Text Example
White with #5A5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5090; }
p { color: rgb(90,80,144); }
H1.HeaderClassName
{
color: #5A5090;
}
.AnyTagClassName
{
color: #5A5090;
}
</style>
background-color css
<style>
a { background-color: #5A5090; }
a { background-color: rgb(90,80,144); }
div.DivClassName
{
background-color: #5A5090;
}
.BgClassName
{
background-color: #5A5090;
}
</style>
border-color css
<style>
span { border-color: #5A5090; }
span { border-color: rgb(90,80,144); }
td.TdClassName
{
border-color: #5A5090;
}
.TagClassName
{
border-color: #5A5090;
}
</style>