Shades of Victoria #575179
Tints of Victoria #575179
RGB
CMYK
RGB Variations
Color information
#575179 (or 0x575179) is known color: Victoria. HEX triplet: 57, 51 and 79. RGB value is (87,81,121). Sum of RGB (Red+Green+Blue) = 87+81+121=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #575179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575179 is #A8AE86. Grayscale: #575757. Windows color (decimal): -11054727 or 7950679. OLE color: 7950679.
HSL color Cylindrical-coordinate representation of color #575179: hue angle of 249º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575179 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 81 | 121 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.53 |
| HSL | 249º | 0.2% | 0.4% | - |
| HSV(B) | 249º | 0.33% | 0.47% | - |
| XYZ | 10.32 | 9.29 | 19.34 | - |
| YUV | 87.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 121 | 0.28 | 0.33 | 0 | 0.53 | 249 | 0.2 | 0.4 |
| Hex | 57 | 51 | 79 | 1C | 21 | 0 | 35 | F9 | 14 | 28 |
| Octal | 127 | 121 | 171 | 34 | 41 | 0 | 65 | 371 | 24 | 50 |
| Binary | 1010111 | 1010001 | 1111001 | 11100 | 100001 | 0 | 110101 | 11111001 | 10100 | 101000 |
Color Harmonies of #575179
Complementary color
Monochromatic Colors of #575179
Black with #575179
Text Example
Text Example
White with #575179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575179; }
p { color: rgb(87,81,121); }
H1.HeaderClassName
{
color: #575179;
}
.AnyTagClassName
{
color: #575179;
}
</style>
background-color css
<style>
a { background-color: #575179; }
a { background-color: rgb(87,81,121); }
div.DivClassName
{
background-color: #575179;
}
.BgClassName
{
background-color: #575179;
}
</style>
border-color css
<style>
span { border-color: #575179; }
span { border-color: rgb(87,81,121); }
td.TdClassName
{
border-color: #575179;
}
.TagClassName
{
border-color: #575179;
}
</style>