Shades of Victoria #595585
Tints of Victoria #595585
RGB
CMYK
RGB Variations
Color information
#595585 (or 0x595585) is known color: Victoria. HEX triplet: 59, 55 and 85. RGB value is (89,85,133). Sum of RGB (Red+Green+Blue) = 89+85+133=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #595585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595585 is #A6AA7A. Grayscale: #5B5B5B. Windows color (decimal): -10922619 or 8738137. OLE color: 8738137.
HSL color Cylindrical-coordinate representation of color #595585: hue angle of 245º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595585 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 85 | 133 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.48 |
| HSL | 245º | 0.22% | 0.43% | - |
| HSV(B) | 245º | 0.36% | 0.52% | - |
| XYZ | 11.6 | 10.31 | 23.57 | - |
| YUV | 91.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 133 | 0.33 | 0.36 | 0 | 0.48 | 245 | 0.22 | 0.43 |
| Hex | 59 | 55 | 85 | 21 | 24 | 0 | 30 | F5 | 16 | 2B |
| Octal | 131 | 125 | 205 | 41 | 44 | 0 | 60 | 365 | 26 | 53 |
| Binary | 1011001 | 1010101 | 10000101 | 100001 | 100100 | 0 | 110000 | 11110101 | 10110 | 101011 |
Color Harmonies of #595585
Complementary color
Monochromatic Colors of #595585
Black with #595585
Text Example
Text Example
White with #595585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595585; }
p { color: rgb(89,85,133); }
H1.HeaderClassName
{
color: #595585;
}
.AnyTagClassName
{
color: #595585;
}
</style>
background-color css
<style>
a { background-color: #595585; }
a { background-color: rgb(89,85,133); }
div.DivClassName
{
background-color: #595585;
}
.BgClassName
{
background-color: #595585;
}
</style>
border-color css
<style>
span { border-color: #595585; }
span { border-color: rgb(89,85,133); }
td.TdClassName
{
border-color: #595585;
}
.TagClassName
{
border-color: #595585;
}
</style>