Shades of Victoria #595182
Tints of Victoria #595182
RGB
CMYK
RGB Variations
Color information
#595182 (or 0x595182) is known color: Victoria. HEX triplet: 59, 51 and 82. RGB value is (89,81,130). Sum of RGB (Red+Green+Blue) = 89+81+130=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #595182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595182 is #A6AE7D. Grayscale: #585858. Windows color (decimal): -10923646 or 8540505. OLE color: 8540505.
HSL color Cylindrical-coordinate representation of color #595182: hue angle of 249.8º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595182 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 81 | 130 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.49 |
| HSL | 249.8º | 0.23% | 0.41% | - |
| HSV(B) | 249.8º | 0.38% | 0.51% | - |
| XYZ | 11.09 | 9.62 | 22.39 | - |
| YUV | 88.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 130 | 0.32 | 0.38 | 0 | 0.49 | 249.8 | 0.23 | 0.41 |
| Hex | 59 | 51 | 82 | 20 | 26 | 0 | 31 | FA | 17 | 29 |
| Octal | 131 | 121 | 202 | 40 | 46 | 0 | 61 | 372 | 27 | 51 |
| Binary | 1011001 | 1010001 | 10000010 | 100000 | 100110 | 0 | 110001 | 11111010 | 10111 | 101001 |
Color Harmonies of #595182
Complementary color
Monochromatic Colors of #595182
Black with #595182
Text Example
Text Example
White with #595182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595182; }
p { color: rgb(89,81,130); }
H1.HeaderClassName
{
color: #595182;
}
.AnyTagClassName
{
color: #595182;
}
</style>
background-color css
<style>
a { background-color: #595182; }
a { background-color: rgb(89,81,130); }
div.DivClassName
{
background-color: #595182;
}
.BgClassName
{
background-color: #595182;
}
</style>
border-color css
<style>
span { border-color: #595182; }
span { border-color: rgb(89,81,130); }
td.TdClassName
{
border-color: #595182;
}
.TagClassName
{
border-color: #595182;
}
</style>