Shades of Victoria #59557D
Tints of Victoria #59557D
RGB
CMYK
RGB Variations
Color information
#59557D (or 0x59557D) is known color: Victoria. HEX triplet: 59, 55 and 7D. RGB value is (89,85,125). Sum of RGB (Red+Green+Blue) = 89+85+125=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #59557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557D is #A6AA82. Grayscale: #5A5A5A. Windows color (decimal): -10922627 or 8213849. OLE color: 8213849.
HSL color Cylindrical-coordinate representation of color #59557D: hue angle of 246º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59557D is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 85 | 125 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.51 |
| HSL | 246º | 0.19% | 0.41% | - |
| HSV(B) | 246º | 0.32% | 0.49% | - |
| XYZ | 11.07 | 10.1 | 20.77 | - |
| YUV | 90.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 125 | 0.29 | 0.32 | 0 | 0.51 | 246 | 0.19 | 0.41 |
| Hex | 59 | 55 | 7D | 1D | 20 | 0 | 33 | F6 | 13 | 29 |
| Octal | 131 | 125 | 175 | 35 | 40 | 0 | 63 | 366 | 23 | 51 |
| Binary | 1011001 | 1010101 | 1111101 | 11101 | 100000 | 0 | 110011 | 11110110 | 10011 | 101001 |
Color Harmonies of #59557D
Complementary color
Monochromatic Colors of #59557D
Black with #59557D
Text Example
Text Example
White with #59557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59557D; }
p { color: rgb(89,85,125); }
H1.HeaderClassName
{
color: #59557D;
}
.AnyTagClassName
{
color: #59557D;
}
</style>
background-color css
<style>
a { background-color: #59557D; }
a { background-color: rgb(89,85,125); }
div.DivClassName
{
background-color: #59557D;
}
.BgClassName
{
background-color: #59557D;
}
</style>
border-color css
<style>
span { border-color: #59557D; }
span { border-color: rgb(89,85,125); }
td.TdClassName
{
border-color: #59557D;
}
.TagClassName
{
border-color: #59557D;
}
</style>