Shades of Victoria #5A4D94
Tints of Victoria #5A4D94
RGB
CMYK
RGB Variations
Color information
#5A4D94 (or 0x5A4D94) is known color: Victoria. HEX triplet: 5A, 4D and 94. RGB value is (90,77,148). Sum of RGB (Red+Green+Blue) = 90+77+148=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A4D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4D94 is #A5B26B. Grayscale: #585858. Windows color (decimal): -10859116 or 9719130. OLE color: 9719130.
HSL color Cylindrical-coordinate representation of color #5A4D94: hue angle of 250.99º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A4D94 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 77 | 148 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.42 |
| HSL | 250.99º | 0.32% | 0.44% | - |
| HSV(B) | 250.99º | 0.48% | 0.58% | - |
| XYZ | 12.22 | 9.62 | 29.23 | - |
| YUV | 88.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 148 | 0.39 | 0.48 | 0 | 0.42 | 250.99 | 0.32 | 0.44 |
| Hex | 5A | 4D | 94 | 27 | 30 | 0 | 2A | FB | 20 | 2C |
| Octal | 132 | 115 | 224 | 47 | 60 | 0 | 52 | 373 | 40 | 54 |
| Binary | 1011010 | 1001101 | 10010100 | 100111 | 110000 | 0 | 101010 | 11111011 | 100000 | 101100 |
Color Harmonies of #5A4D94
Complementary color
Monochromatic Colors of #5A4D94
Black with #5A4D94
Text Example
Text Example
White with #5A4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D94; }
p { color: rgb(90,77,148); }
H1.HeaderClassName
{
color: #5A4D94;
}
.AnyTagClassName
{
color: #5A4D94;
}
</style>
background-color css
<style>
a { background-color: #5A4D94; }
a { background-color: rgb(90,77,148); }
div.DivClassName
{
background-color: #5A4D94;
}
.BgClassName
{
background-color: #5A4D94;
}
</style>
border-color css
<style>
span { border-color: #5A4D94; }
span { border-color: rgb(90,77,148); }
td.TdClassName
{
border-color: #5A4D94;
}
.TagClassName
{
border-color: #5A4D94;
}
</style>