Shades of Victoria #595485
Tints of Victoria #595485
RGB
CMYK
RGB Variations
Color information
#595485 (or 0x595485) is known color: Victoria. HEX triplet: 59, 54 and 85. RGB value is (89,84,133). Sum of RGB (Red+Green+Blue) = 89+84+133=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #595485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595485 is #A6AB7A. Grayscale: #5A5A5A. Windows color (decimal): -10922875 or 8737881. OLE color: 8737881.
HSL color Cylindrical-coordinate representation of color #595485: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595485 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 84 | 133 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.48 |
| HSL | 246.12º | 0.23% | 0.43% | - |
| HSV(B) | 246.12º | 0.37% | 0.52% | - |
| XYZ | 11.52 | 10.16 | 23.54 | - |
| YUV | 91.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 133 | 0.33 | 0.37 | 0 | 0.48 | 246.12 | 0.23 | 0.43 |
| Hex | 59 | 54 | 85 | 21 | 25 | 0 | 30 | F6 | 17 | 2B |
| Octal | 131 | 124 | 205 | 41 | 45 | 0 | 60 | 366 | 27 | 53 |
| Binary | 1011001 | 1010100 | 10000101 | 100001 | 100101 | 0 | 110000 | 11110110 | 10111 | 101011 |
Color Harmonies of #595485
Complementary color
Monochromatic Colors of #595485
Black with #595485
Text Example
Text Example
White with #595485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595485; }
p { color: rgb(89,84,133); }
H1.HeaderClassName
{
color: #595485;
}
.AnyTagClassName
{
color: #595485;
}
</style>
background-color css
<style>
a { background-color: #595485; }
a { background-color: rgb(89,84,133); }
div.DivClassName
{
background-color: #595485;
}
.BgClassName
{
background-color: #595485;
}
</style>
border-color css
<style>
span { border-color: #595485; }
span { border-color: rgb(89,84,133); }
td.TdClassName
{
border-color: #595485;
}
.TagClassName
{
border-color: #595485;
}
</style>