Shades of Victoria #595187
Tints of Victoria #595187
RGB
CMYK
RGB Variations
Color information
#595187 (or 0x595187) is known color: Victoria. HEX triplet: 59, 51 and 87. RGB value is (89,81,135). Sum of RGB (Red+Green+Blue) = 89+81+135=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #595187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595187 is #A6AE78. Grayscale: #595959. Windows color (decimal): -10923641 or 8868185. OLE color: 8868185.
HSL color Cylindrical-coordinate representation of color #595187: hue angle of 248.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595187 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 81 | 135 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.47 |
| HSL | 248.89º | 0.25% | 0.42% | - |
| HSV(B) | 248.89º | 0.4% | 0.53% | - |
| XYZ | 11.44 | 9.76 | 24.2 | - |
| YUV | 89.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 135 | 0.34 | 0.40 | 0 | 0.47 | 248.89 | 0.25 | 0.42 |
| Hex | 59 | 51 | 87 | 22 | 28 | 0 | 2F | F9 | 19 | 2A |
| Octal | 131 | 121 | 207 | 42 | 50 | 0 | 57 | 371 | 31 | 52 |
| Binary | 1011001 | 1010001 | 10000111 | 100010 | 101000 | 0 | 101111 | 11111001 | 11001 | 101010 |
Color Harmonies of #595187
Complementary color
Monochromatic Colors of #595187
Black with #595187
Text Example
Text Example
White with #595187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595187; }
p { color: rgb(89,81,135); }
H1.HeaderClassName
{
color: #595187;
}
.AnyTagClassName
{
color: #595187;
}
</style>
background-color css
<style>
a { background-color: #595187; }
a { background-color: rgb(89,81,135); }
div.DivClassName
{
background-color: #595187;
}
.BgClassName
{
background-color: #595187;
}
</style>
border-color css
<style>
span { border-color: #595187; }
span { border-color: rgb(89,81,135); }
td.TdClassName
{
border-color: #595187;
}
.TagClassName
{
border-color: #595187;
}
</style>