Shades of Victoria #59517E
Tints of Victoria #59517E
RGB
CMYK
RGB Variations
Color information
#59517E (or 0x59517E) is known color: Victoria. HEX triplet: 59, 51 and 7E. RGB value is (89,81,126). Sum of RGB (Red+Green+Blue) = 89+81+126=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #59517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59517E is #A6AE81. Grayscale: #585858. Windows color (decimal): -10923650 or 8278361. OLE color: 8278361.
HSL color Cylindrical-coordinate representation of color #59517E: hue angle of 250.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59517E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 81 | 126 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.51 |
| HSL | 250.67º | 0.22% | 0.41% | - |
| HSV(B) | 250.67º | 0.36% | 0.49% | - |
| XYZ | 10.83 | 9.52 | 21 | - |
| YUV | 88.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 126 | 0.29 | 0.36 | 0 | 0.51 | 250.67 | 0.22 | 0.41 |
| Hex | 59 | 51 | 7E | 1D | 24 | 0 | 33 | FB | 16 | 29 |
| Octal | 131 | 121 | 176 | 35 | 44 | 0 | 63 | 373 | 26 | 51 |
| Binary | 1011001 | 1010001 | 1111110 | 11101 | 100100 | 0 | 110011 | 11111011 | 10110 | 101001 |
Color Harmonies of #59517E
Complementary color
Monochromatic Colors of #59517E
Black with #59517E
Text Example
Text Example
White with #59517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59517E; }
p { color: rgb(89,81,126); }
H1.HeaderClassName
{
color: #59517E;
}
.AnyTagClassName
{
color: #59517E;
}
</style>
background-color css
<style>
a { background-color: #59517E; }
a { background-color: rgb(89,81,126); }
div.DivClassName
{
background-color: #59517E;
}
.BgClassName
{
background-color: #59517E;
}
</style>
border-color css
<style>
span { border-color: #59517E; }
span { border-color: rgb(89,81,126); }
td.TdClassName
{
border-color: #59517E;
}
.TagClassName
{
border-color: #59517E;
}
</style>