Shades of Victoria #575285
Tints of Victoria #575285
RGB
CMYK
RGB Variations
Color information
#575285 (or 0x575285) is known color: Victoria. HEX triplet: 57, 52 and 85. RGB value is (87,82,133). Sum of RGB (Red+Green+Blue) = 87+82+133=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #575285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575285 is #A8AD7A. Grayscale: #595959. Windows color (decimal): -11054459 or 8737367. OLE color: 8737367.
HSL color Cylindrical-coordinate representation of color #575285: hue angle of 245.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575285 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 82 | 133 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.48 |
| HSL | 245.88º | 0.24% | 0.42% | - |
| HSV(B) | 245.88º | 0.38% | 0.52% | - |
| XYZ | 11.18 | 9.75 | 23.48 | - |
| YUV | 89.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 133 | 0.35 | 0.38 | 0 | 0.48 | 245.88 | 0.24 | 0.42 |
| Hex | 57 | 52 | 85 | 23 | 26 | 0 | 30 | F6 | 18 | 2A |
| Octal | 127 | 122 | 205 | 43 | 46 | 0 | 60 | 366 | 30 | 52 |
| Binary | 1010111 | 1010010 | 10000101 | 100011 | 100110 | 0 | 110000 | 11110110 | 11000 | 101010 |
Color Harmonies of #575285
Complementary color
Monochromatic Colors of #575285
Black with #575285
Text Example
Text Example
White with #575285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575285; }
p { color: rgb(87,82,133); }
H1.HeaderClassName
{
color: #575285;
}
.AnyTagClassName
{
color: #575285;
}
</style>
background-color css
<style>
a { background-color: #575285; }
a { background-color: rgb(87,82,133); }
div.DivClassName
{
background-color: #575285;
}
.BgClassName
{
background-color: #575285;
}
</style>
border-color css
<style>
span { border-color: #575285; }
span { border-color: rgb(87,82,133); }
td.TdClassName
{
border-color: #575285;
}
.TagClassName
{
border-color: #575285;
}
</style>