Shades of Victoria #5A5490
Tints of Victoria #5A5490
RGB
CMYK
RGB Variations
Color information
#5A5490 (or 0x5A5490) is known color: Victoria. HEX triplet: 5A, 54 and 90. RGB value is (90,84,144). Sum of RGB (Red+Green+Blue) = 90+84+144=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5490 is #A5AB6F. Grayscale: #5C5C5C. Windows color (decimal): -10857328 or 9458778. OLE color: 9458778.
HSL color Cylindrical-coordinate representation of color #5A5490: hue angle of 246º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A5490 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 84 | 144 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.44 |
| HSL | 246º | 0.26% | 0.45% | - |
| HSV(B) | 246º | 0.42% | 0.56% | - |
| XYZ | 12.42 | 10.53 | 27.76 | - |
| YUV | 92.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 144 | 0.37 | 0.42 | 0 | 0.44 | 246 | 0.26 | 0.45 |
| Hex | 5A | 54 | 90 | 25 | 2A | 0 | 2C | F6 | 1A | 2D |
| Octal | 132 | 124 | 220 | 45 | 52 | 0 | 54 | 366 | 32 | 55 |
| Binary | 1011010 | 1010100 | 10010000 | 100101 | 101010 | 0 | 101100 | 11110110 | 11010 | 101101 |
Color Harmonies of #5A5490
Complementary color
Monochromatic Colors of #5A5490
Black with #5A5490
Text Example
Text Example
White with #5A5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5490; }
p { color: rgb(90,84,144); }
H1.HeaderClassName
{
color: #5A5490;
}
.AnyTagClassName
{
color: #5A5490;
}
</style>
background-color css
<style>
a { background-color: #5A5490; }
a { background-color: rgb(90,84,144); }
div.DivClassName
{
background-color: #5A5490;
}
.BgClassName
{
background-color: #5A5490;
}
</style>
border-color css
<style>
span { border-color: #5A5490; }
span { border-color: rgb(90,84,144); }
td.TdClassName
{
border-color: #5A5490;
}
.TagClassName
{
border-color: #5A5490;
}
</style>