Shades of Victoria #5A4D74
Tints of Victoria #5A4D74
RGB
CMYK
RGB Variations
Color information
#5A4D74 (or 0x5A4D74) is known color: Victoria. HEX triplet: 5A, 4D and 74. RGB value is (90,77,116). Sum of RGB (Red+Green+Blue) = 90+77+116=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A4D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4D74 is #A5B28B. Grayscale: #555555. Windows color (decimal): -10859148 or 7621978. OLE color: 7621978.
HSL color Cylindrical-coordinate representation of color #5A4D74: hue angle of 260º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A4D74 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 77 | 116 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.55 |
| HSL | 260º | 0.2% | 0.38% | - |
| HSV(B) | 260º | 0.34% | 0.45% | - |
| XYZ | 10.02 | 8.74 | 17.68 | - |
| YUV | 85.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 116 | 0.22 | 0.34 | 0 | 0.55 | 260 | 0.2 | 0.38 |
| Hex | 5A | 4D | 74 | 16 | 22 | 0 | 37 | 104 | 14 | 26 |
| Octal | 132 | 115 | 164 | 26 | 42 | 0 | 67 | 404 | 24 | 46 |
| Binary | 1011010 | 1001101 | 1110100 | 10110 | 100010 | 0 | 110111 | 100000100 | 10100 | 100110 |
Color Harmonies of #5A4D74
Complementary color
Monochromatic Colors of #5A4D74
Black with #5A4D74
Text Example
Text Example
White with #5A4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D74; }
p { color: rgb(90,77,116); }
H1.HeaderClassName
{
color: #5A4D74;
}
.AnyTagClassName
{
color: #5A4D74;
}
</style>
background-color css
<style>
a { background-color: #5A4D74; }
a { background-color: rgb(90,77,116); }
div.DivClassName
{
background-color: #5A4D74;
}
.BgClassName
{
background-color: #5A4D74;
}
</style>
border-color css
<style>
span { border-color: #5A4D74; }
span { border-color: rgb(90,77,116); }
td.TdClassName
{
border-color: #5A4D74;
}
.TagClassName
{
border-color: #5A4D74;
}
</style>