Shades of Victoria #5A5186
Tints of Victoria #5A5186
RGB
CMYK
RGB Variations
Color information
#5A5186 (or 0x5A5186) is known color: Victoria. HEX triplet: 5A, 51 and 86. RGB value is (90,81,134). Sum of RGB (Red+Green+Blue) = 90+81+134=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A5186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5186 is #A5AE79. Grayscale: #595959. Windows color (decimal): -10858106 or 8802650. OLE color: 8802650.
HSL color Cylindrical-coordinate representation of color #5A5186: hue angle of 250.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5186 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 81 | 134 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.47 |
| HSL | 250.19º | 0.25% | 0.42% | - |
| HSV(B) | 250.19º | 0.4% | 0.53% | - |
| XYZ | 11.46 | 9.78 | 23.84 | - |
| YUV | 89.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 134 | 0.33 | 0.40 | 0 | 0.47 | 250.19 | 0.25 | 0.42 |
| Hex | 5A | 51 | 86 | 21 | 28 | 0 | 2F | FA | 19 | 2A |
| Octal | 132 | 121 | 206 | 41 | 50 | 0 | 57 | 372 | 31 | 52 |
| Binary | 1011010 | 1010001 | 10000110 | 100001 | 101000 | 0 | 101111 | 11111010 | 11001 | 101010 |
Color Harmonies of #5A5186
Complementary color
Monochromatic Colors of #5A5186
Black with #5A5186
Text Example
Text Example
White with #5A5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5186; }
p { color: rgb(90,81,134); }
H1.HeaderClassName
{
color: #5A5186;
}
.AnyTagClassName
{
color: #5A5186;
}
</style>
background-color css
<style>
a { background-color: #5A5186; }
a { background-color: rgb(90,81,134); }
div.DivClassName
{
background-color: #5A5186;
}
.BgClassName
{
background-color: #5A5186;
}
</style>
border-color css
<style>
span { border-color: #5A5186; }
span { border-color: rgb(90,81,134); }
td.TdClassName
{
border-color: #5A5186;
}
.TagClassName
{
border-color: #5A5186;
}
</style>