Shades of Victoria #59517B
Tints of Victoria #59517B
RGB
CMYK
RGB Variations
Color information
#59517B (or 0x59517B) is known color: Victoria. HEX triplet: 59, 51 and 7B. RGB value is (89,81,123). Sum of RGB (Red+Green+Blue) = 89+81+123=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #59517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59517B is #A6AE84. Grayscale: #585858. Windows color (decimal): -10923653 or 8081753. OLE color: 8081753.
HSL color Cylindrical-coordinate representation of color #59517B: hue angle of 251.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59517B is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 81 | 123 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.52 |
| HSL | 251.43º | 0.21% | 0.4% | - |
| HSV(B) | 251.43º | 0.34% | 0.48% | - |
| XYZ | 10.64 | 9.44 | 20 | - |
| YUV | 88.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 123 | 0.28 | 0.34 | 0 | 0.52 | 251.43 | 0.21 | 0.4 |
| Hex | 59 | 51 | 7B | 1C | 22 | 0 | 34 | FB | 15 | 28 |
| Octal | 131 | 121 | 173 | 34 | 42 | 0 | 64 | 373 | 25 | 50 |
| Binary | 1011001 | 1010001 | 1111011 | 11100 | 100010 | 0 | 110100 | 11111011 | 10101 | 101000 |
Color Harmonies of #59517B
Complementary color
Monochromatic Colors of #59517B
Black with #59517B
Text Example
Text Example
White with #59517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59517B; }
p { color: rgb(89,81,123); }
H1.HeaderClassName
{
color: #59517B;
}
.AnyTagClassName
{
color: #59517B;
}
</style>
background-color css
<style>
a { background-color: #59517B; }
a { background-color: rgb(89,81,123); }
div.DivClassName
{
background-color: #59517B;
}
.BgClassName
{
background-color: #59517B;
}
</style>
border-color css
<style>
span { border-color: #59517B; }
span { border-color: rgb(89,81,123); }
td.TdClassName
{
border-color: #59517B;
}
.TagClassName
{
border-color: #59517B;
}
</style>