Shades of Victoria #5A4F90
Tints of Victoria #5A4F90
RGB
CMYK
RGB Variations
Color information
#5A4F90 (or 0x5A4F90) is known color: Victoria. HEX triplet: 5A, 4F and 90. RGB value is (90,79,144). Sum of RGB (Red+Green+Blue) = 90+79+144=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4F90 is #A5B06F. Grayscale: #595959. Windows color (decimal): -10858608 or 9457498. OLE color: 9457498.
HSL color Cylindrical-coordinate representation of color #5A4F90: hue angle of 250.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A4F90 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 79 | 144 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.44 |
| HSL | 250.15º | 0.29% | 0.44% | - |
| HSV(B) | 250.15º | 0.45% | 0.56% | - |
| XYZ | 12.05 | 9.78 | 27.64 | - |
| YUV | 89.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 144 | 0.37 | 0.45 | 0 | 0.44 | 250.15 | 0.29 | 0.44 |
| Hex | 5A | 4F | 90 | 25 | 2D | 0 | 2C | FA | 1D | 2C |
| Octal | 132 | 117 | 220 | 45 | 55 | 0 | 54 | 372 | 35 | 54 |
| Binary | 1011010 | 1001111 | 10010000 | 100101 | 101101 | 0 | 101100 | 11111010 | 11101 | 101100 |
Color Harmonies of #5A4F90
Complementary color
Monochromatic Colors of #5A4F90
Black with #5A4F90
Text Example
Text Example
White with #5A4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F90; }
p { color: rgb(90,79,144); }
H1.HeaderClassName
{
color: #5A4F90;
}
.AnyTagClassName
{
color: #5A4F90;
}
</style>
background-color css
<style>
a { background-color: #5A4F90; }
a { background-color: rgb(90,79,144); }
div.DivClassName
{
background-color: #5A4F90;
}
.BgClassName
{
background-color: #5A4F90;
}
</style>
border-color css
<style>
span { border-color: #5A4F90; }
span { border-color: rgb(90,79,144); }
td.TdClassName
{
border-color: #5A4F90;
}
.TagClassName
{
border-color: #5A4F90;
}
</style>