Shades of Victoria #59517C
Tints of Victoria #59517C
RGB
CMYK
RGB Variations
Color information
#59517C (or 0x59517C) is known color: Victoria. HEX triplet: 59, 51 and 7C. RGB value is (89,81,124). Sum of RGB (Red+Green+Blue) = 89+81+124=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #59517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59517C is #A6AE83. Grayscale: #585858. Windows color (decimal): -10923652 or 8147289. OLE color: 8147289.
HSL color Cylindrical-coordinate representation of color #59517C: hue angle of 251.16º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59517C is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 81 | 124 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.51 |
| HSL | 251.16º | 0.21% | 0.4% | - |
| HSV(B) | 251.16º | 0.35% | 0.49% | - |
| XYZ | 10.7 | 9.46 | 20.33 | - |
| YUV | 88.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 124 | 0.28 | 0.35 | 0 | 0.51 | 251.16 | 0.21 | 0.4 |
| Hex | 59 | 51 | 7C | 1C | 23 | 0 | 33 | FB | 15 | 28 |
| Octal | 131 | 121 | 174 | 34 | 43 | 0 | 63 | 373 | 25 | 50 |
| Binary | 1011001 | 1010001 | 1111100 | 11100 | 100011 | 0 | 110011 | 11111011 | 10101 | 101000 |
Color Harmonies of #59517C
Complementary color
Monochromatic Colors of #59517C
Black with #59517C
Text Example
Text Example
White with #59517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59517C; }
p { color: rgb(89,81,124); }
H1.HeaderClassName
{
color: #59517C;
}
.AnyTagClassName
{
color: #59517C;
}
</style>
background-color css
<style>
a { background-color: #59517C; }
a { background-color: rgb(89,81,124); }
div.DivClassName
{
background-color: #59517C;
}
.BgClassName
{
background-color: #59517C;
}
</style>
border-color css
<style>
span { border-color: #59517C; }
span { border-color: rgb(89,81,124); }
td.TdClassName
{
border-color: #59517C;
}
.TagClassName
{
border-color: #59517C;
}
</style>