Shades of Victoria #59557E
Tints of Victoria #59557E
RGB
CMYK
RGB Variations
Color information
#59557E (or 0x59557E) is known color: Victoria. HEX triplet: 59, 55 and 7E. RGB value is (89,85,126). Sum of RGB (Red+Green+Blue) = 89+85+126=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #59557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557E is #A6AA81. Grayscale: #5A5A5A. Windows color (decimal): -10922626 or 8279385. OLE color: 8279385.
HSL color Cylindrical-coordinate representation of color #59557E: hue angle of 245.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59557E is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 85 | 126 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.51 |
| HSL | 245.85º | 0.19% | 0.41% | - |
| HSV(B) | 245.85º | 0.33% | 0.49% | - |
| XYZ | 11.13 | 10.13 | 21.11 | - |
| YUV | 90.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 126 | 0.29 | 0.33 | 0 | 0.51 | 245.85 | 0.19 | 0.41 |
| Hex | 59 | 55 | 7E | 1D | 21 | 0 | 33 | F6 | 13 | 29 |
| Octal | 131 | 125 | 176 | 35 | 41 | 0 | 63 | 366 | 23 | 51 |
| Binary | 1011001 | 1010101 | 1111110 | 11101 | 100001 | 0 | 110011 | 11110110 | 10011 | 101001 |
Color Harmonies of #59557E
Complementary color
Monochromatic Colors of #59557E
Black with #59557E
Text Example
Text Example
White with #59557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59557E; }
p { color: rgb(89,85,126); }
H1.HeaderClassName
{
color: #59557E;
}
.AnyTagClassName
{
color: #59557E;
}
</style>
background-color css
<style>
a { background-color: #59557E; }
a { background-color: rgb(89,85,126); }
div.DivClassName
{
background-color: #59557E;
}
.BgClassName
{
background-color: #59557E;
}
</style>
border-color css
<style>
span { border-color: #59557E; }
span { border-color: rgb(89,85,126); }
td.TdClassName
{
border-color: #59557E;
}
.TagClassName
{
border-color: #59557E;
}
</style>