Shades of Victoria #5A5390
Tints of Victoria #5A5390
RGB
CMYK
RGB Variations
Color information
#5A5390 (or 0x5A5390) is known color: Victoria. HEX triplet: 5A, 53 and 90. RGB value is (90,83,144). Sum of RGB (Red+Green+Blue) = 90+83+144=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5390 is #A5AC6F. Grayscale: #5B5B5B. Windows color (decimal): -10857584 or 9458522. OLE color: 9458522.
HSL color Cylindrical-coordinate representation of color #5A5390: hue angle of 246.89º degrees, saturation: 0.27, 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 #5A5390 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 83 | 144 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.44 |
| HSL | 246.89º | 0.27% | 0.45% | - |
| HSV(B) | 246.89º | 0.42% | 0.56% | - |
| XYZ | 12.34 | 10.37 | 27.74 | - |
| YUV | 92.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 144 | 0.37 | 0.42 | 0 | 0.44 | 246.89 | 0.27 | 0.45 |
| Hex | 5A | 53 | 90 | 25 | 2A | 0 | 2C | F7 | 1B | 2D |
| Octal | 132 | 123 | 220 | 45 | 52 | 0 | 54 | 367 | 33 | 55 |
| Binary | 1011010 | 1010011 | 10010000 | 100101 | 101010 | 0 | 101100 | 11110111 | 11011 | 101101 |
Color Harmonies of #5A5390
Complementary color
Monochromatic Colors of #5A5390
Black with #5A5390
Text Example
Text Example
White with #5A5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5390; }
p { color: rgb(90,83,144); }
H1.HeaderClassName
{
color: #5A5390;
}
.AnyTagClassName
{
color: #5A5390;
}
</style>
background-color css
<style>
a { background-color: #5A5390; }
a { background-color: rgb(90,83,144); }
div.DivClassName
{
background-color: #5A5390;
}
.BgClassName
{
background-color: #5A5390;
}
</style>
border-color css
<style>
span { border-color: #5A5390; }
span { border-color: rgb(90,83,144); }
td.TdClassName
{
border-color: #5A5390;
}
.TagClassName
{
border-color: #5A5390;
}
</style>