Shades of Victoria #59517D
Tints of Victoria #59517D
RGB
CMYK
RGB Variations
Color information
#59517D (or 0x59517D) is known color: Victoria. HEX triplet: 59, 51 and 7D. RGB value is (89,81,125). Sum of RGB (Red+Green+Blue) = 89+81+125=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #59517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59517D is #A6AE82. Grayscale: #585858. Windows color (decimal): -10923651 or 8212825. OLE color: 8212825.
HSL color Cylindrical-coordinate representation of color #59517D: hue angle of 250.91º 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 #59517D is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 81 | 125 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.51 |
| HSL | 250.91º | 0.21% | 0.4% | - |
| HSV(B) | 250.91º | 0.35% | 0.49% | - |
| XYZ | 10.76 | 9.49 | 20.67 | - |
| YUV | 88.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 125 | 0.29 | 0.35 | 0 | 0.51 | 250.91 | 0.21 | 0.4 |
| Hex | 59 | 51 | 7D | 1D | 23 | 0 | 33 | FB | 15 | 28 |
| Octal | 131 | 121 | 175 | 35 | 43 | 0 | 63 | 373 | 25 | 50 |
| Binary | 1011001 | 1010001 | 1111101 | 11101 | 100011 | 0 | 110011 | 11111011 | 10101 | 101000 |
Color Harmonies of #59517D
Complementary color
Monochromatic Colors of #59517D
Black with #59517D
Text Example
Text Example
White with #59517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59517D; }
p { color: rgb(89,81,125); }
H1.HeaderClassName
{
color: #59517D;
}
.AnyTagClassName
{
color: #59517D;
}
</style>
background-color css
<style>
a { background-color: #59517D; }
a { background-color: rgb(89,81,125); }
div.DivClassName
{
background-color: #59517D;
}
.BgClassName
{
background-color: #59517D;
}
</style>
border-color css
<style>
span { border-color: #59517D; }
span { border-color: rgb(89,81,125); }
td.TdClassName
{
border-color: #59517D;
}
.TagClassName
{
border-color: #59517D;
}
</style>