Shades of Victoria #5A5280
Tints of Victoria #5A5280
RGB
CMYK
RGB Variations
Color information
#5A5280 (or 0x5A5280) is known color: Victoria. HEX triplet: 5A, 52 and 80. RGB value is (90,82,128). Sum of RGB (Red+Green+Blue) = 90+82+128=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A5280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5280 is #A5AD7F. Grayscale: #595959. Windows color (decimal): -10857856 or 8409690. OLE color: 8409690.
HSL color Cylindrical-coordinate representation of color #5A5280: hue angle of 250.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A5280 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 82 | 128 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.50 |
| HSL | 250.43º | 0.22% | 0.41% | - |
| HSV(B) | 250.43º | 0.36% | 0.5% | - |
| XYZ | 11.13 | 9.77 | 21.72 | - |
| YUV | 89.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 128 | 0.30 | 0.36 | 0 | 0.50 | 250.43 | 0.22 | 0.41 |
| Hex | 5A | 52 | 80 | 1E | 24 | 0 | 32 | FA | 16 | 29 |
| Octal | 132 | 122 | 200 | 36 | 44 | 0 | 62 | 372 | 26 | 51 |
| Binary | 1011010 | 1010010 | 10000000 | 11110 | 100100 | 0 | 110010 | 11111010 | 10110 | 101001 |
Color Harmonies of #5A5280
Complementary color
Monochromatic Colors of #5A5280
Black with #5A5280
Text Example
Text Example
White with #5A5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5280; }
p { color: rgb(90,82,128); }
H1.HeaderClassName
{
color: #5A5280;
}
.AnyTagClassName
{
color: #5A5280;
}
</style>
background-color css
<style>
a { background-color: #5A5280; }
a { background-color: rgb(90,82,128); }
div.DivClassName
{
background-color: #5A5280;
}
.BgClassName
{
background-color: #5A5280;
}
</style>
border-color css
<style>
span { border-color: #5A5280; }
span { border-color: rgb(90,82,128); }
td.TdClassName
{
border-color: #5A5280;
}
.TagClassName
{
border-color: #5A5280;
}
</style>