Shades of Victoria #595095
Tints of Victoria #595095
RGB
CMYK
RGB Variations
Color information
#595095 (or 0x595095) is known color: Victoria. HEX triplet: 59, 50 and 95. RGB value is (89,80,149). Sum of RGB (Red+Green+Blue) = 89+80+149=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #595095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595095 is #A6AF6A. Grayscale: #5A5A5A. Windows color (decimal): -10923883 or 9785433. OLE color: 9785433.
HSL color Cylindrical-coordinate representation of color #595095: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595095 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 80 | 149 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.42 |
| HSL | 247.83º | 0.3% | 0.45% | - |
| HSV(B) | 247.83º | 0.46% | 0.58% | - |
| XYZ | 12.41 | 10.03 | 29.72 | - |
| YUV | 90.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 149 | 0.40 | 0.46 | 0 | 0.42 | 247.83 | 0.3 | 0.45 |
| Hex | 59 | 50 | 95 | 28 | 2E | 0 | 2A | F8 | 1E | 2D |
| Octal | 131 | 120 | 225 | 50 | 56 | 0 | 52 | 370 | 36 | 55 |
| Binary | 1011001 | 1010000 | 10010101 | 101000 | 101110 | 0 | 101010 | 11111000 | 11110 | 101101 |
Color Harmonies of #595095
Complementary color
Monochromatic Colors of #595095
Black with #595095
Text Example
Text Example
White with #595095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595095; }
p { color: rgb(89,80,149); }
H1.HeaderClassName
{
color: #595095;
}
.AnyTagClassName
{
color: #595095;
}
</style>
background-color css
<style>
a { background-color: #595095; }
a { background-color: rgb(89,80,149); }
div.DivClassName
{
background-color: #595095;
}
.BgClassName
{
background-color: #595095;
}
</style>
border-color css
<style>
span { border-color: #595095; }
span { border-color: rgb(89,80,149); }
td.TdClassName
{
border-color: #595095;
}
.TagClassName
{
border-color: #595095;
}
</style>