Shades of Victoria #595580
Tints of Victoria #595580
RGB
CMYK
RGB Variations
Color information
#595580 (or 0x595580) is known color: Victoria. HEX triplet: 59, 55 and 80. RGB value is (89,85,128). Sum of RGB (Red+Green+Blue) = 89+85+128=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #595580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595580 is #A6AA7F. Grayscale: #5A5A5A. Windows color (decimal): -10922624 or 8410457. OLE color: 8410457.
HSL color Cylindrical-coordinate representation of color #595580: hue angle of 245.58º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595580 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 85 | 128 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.50 |
| HSL | 245.58º | 0.2% | 0.42% | - |
| HSV(B) | 245.58º | 0.34% | 0.5% | - |
| XYZ | 11.26 | 10.18 | 21.79 | - |
| YUV | 91.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 128 | 0.30 | 0.34 | 0 | 0.50 | 245.58 | 0.2 | 0.42 |
| Hex | 59 | 55 | 80 | 1E | 22 | 0 | 32 | F6 | 14 | 2A |
| Octal | 131 | 125 | 200 | 36 | 42 | 0 | 62 | 366 | 24 | 52 |
| Binary | 1011001 | 1010101 | 10000000 | 11110 | 100010 | 0 | 110010 | 11110110 | 10100 | 101010 |
Color Harmonies of #595580
Complementary color
Monochromatic Colors of #595580
Black with #595580
Text Example
Text Example
White with #595580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595580; }
p { color: rgb(89,85,128); }
H1.HeaderClassName
{
color: #595580;
}
.AnyTagClassName
{
color: #595580;
}
</style>
background-color css
<style>
a { background-color: #595580; }
a { background-color: rgb(89,85,128); }
div.DivClassName
{
background-color: #595580;
}
.BgClassName
{
background-color: #595580;
}
</style>
border-color css
<style>
span { border-color: #595580; }
span { border-color: rgb(89,85,128); }
td.TdClassName
{
border-color: #595580;
}
.TagClassName
{
border-color: #595580;
}
</style>