Shades of Victoria #575175
Tints of Victoria #575175
RGB
CMYK
RGB Variations
Color information
#575175 (or 0x575175) is known color: Victoria. HEX triplet: 57, 51 and 75. RGB value is (87,81,117). Sum of RGB (Red+Green+Blue) = 87+81+117=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #575175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575175 is #A8AE8A. Grayscale: #565656. Windows color (decimal): -11054731 or 7688535. OLE color: 7688535.
HSL color Cylindrical-coordinate representation of color #575175: hue angle of 250º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #575175 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 81 | 117 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.54 |
| HSL | 250º | 0.18% | 0.39% | - |
| HSV(B) | 250º | 0.31% | 0.46% | - |
| XYZ | 10.08 | 9.2 | 18.07 | - |
| YUV | 86.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 117 | 0.26 | 0.31 | 0 | 0.54 | 250 | 0.18 | 0.39 |
| Hex | 57 | 51 | 75 | 1A | 1F | 0 | 36 | FA | 12 | 27 |
| Octal | 127 | 121 | 165 | 32 | 37 | 0 | 66 | 372 | 22 | 47 |
| Binary | 1010111 | 1010001 | 1110101 | 11010 | 11111 | 0 | 110110 | 11111010 | 10010 | 100111 |
Color Harmonies of #575175
Complementary color
Monochromatic Colors of #575175
Black with #575175
Text Example
Text Example
White with #575175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575175; }
p { color: rgb(87,81,117); }
H1.HeaderClassName
{
color: #575175;
}
.AnyTagClassName
{
color: #575175;
}
</style>
background-color css
<style>
a { background-color: #575175; }
a { background-color: rgb(87,81,117); }
div.DivClassName
{
background-color: #575175;
}
.BgClassName
{
background-color: #575175;
}
</style>
border-color css
<style>
span { border-color: #575175; }
span { border-color: rgb(87,81,117); }
td.TdClassName
{
border-color: #575175;
}
.TagClassName
{
border-color: #575175;
}
</style>