Shades of Victoria #59527E
Tints of Victoria #59527E
RGB
CMYK
RGB Variations
Color information
#59527E (or 0x59527E) is known color: Victoria. HEX triplet: 59, 52 and 7E. RGB value is (89,82,126). Sum of RGB (Red+Green+Blue) = 89+82+126=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #59527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59527E is #A6AD81. Grayscale: #585858. Windows color (decimal): -10923394 or 8278617. OLE color: 8278617.
HSL color Cylindrical-coordinate representation of color #59527E: hue angle of 249.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59527E is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 82 | 126 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.51 |
| HSL | 249.55º | 0.21% | 0.41% | - |
| HSV(B) | 249.55º | 0.35% | 0.49% | - |
| XYZ | 10.9 | 9.66 | 21.03 | - |
| YUV | 89.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 126 | 0.29 | 0.35 | 0 | 0.51 | 249.55 | 0.21 | 0.41 |
| Hex | 59 | 52 | 7E | 1D | 23 | 0 | 33 | FA | 15 | 29 |
| Octal | 131 | 122 | 176 | 35 | 43 | 0 | 63 | 372 | 25 | 51 |
| Binary | 1011001 | 1010010 | 1111110 | 11101 | 100011 | 0 | 110011 | 11111010 | 10101 | 101001 |
Color Harmonies of #59527E
Complementary color
Monochromatic Colors of #59527E
Black with #59527E
Text Example
Text Example
White with #59527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59527E; }
p { color: rgb(89,82,126); }
H1.HeaderClassName
{
color: #59527E;
}
.AnyTagClassName
{
color: #59527E;
}
</style>
background-color css
<style>
a { background-color: #59527E; }
a { background-color: rgb(89,82,126); }
div.DivClassName
{
background-color: #59527E;
}
.BgClassName
{
background-color: #59527E;
}
</style>
border-color css
<style>
span { border-color: #59527E; }
span { border-color: rgb(89,82,126); }
td.TdClassName
{
border-color: #59527E;
}
.TagClassName
{
border-color: #59527E;
}
</style>