Shades of Victoria #575586
Tints of Victoria #575586
RGB
CMYK
RGB Variations
Color information
#575586 (or 0x575586) is known color: Victoria. HEX triplet: 57, 55 and 86. RGB value is (87,85,134). Sum of RGB (Red+Green+Blue) = 87+85+134=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #575586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575586 is #A8AA79. Grayscale: #5A5A5A. Windows color (decimal): -11053690 or 8803671. OLE color: 8803671.
HSL color Cylindrical-coordinate representation of color #575586: hue angle of 242.45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575586 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 85 | 134 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.47 |
| HSL | 242.45º | 0.22% | 0.43% | - |
| HSV(B) | 242.45º | 0.37% | 0.53% | - |
| XYZ | 11.48 | 10.24 | 23.93 | - |
| YUV | 91.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 134 | 0.35 | 0.37 | 0 | 0.47 | 242.45 | 0.22 | 0.43 |
| Hex | 57 | 55 | 86 | 23 | 25 | 0 | 2F | F2 | 16 | 2B |
| Octal | 127 | 125 | 206 | 43 | 45 | 0 | 57 | 362 | 26 | 53 |
| Binary | 1010111 | 1010101 | 10000110 | 100011 | 100101 | 0 | 101111 | 11110010 | 10110 | 101011 |
Color Harmonies of #575586
Complementary color
Monochromatic Colors of #575586
Black with #575586
Text Example
Text Example
White with #575586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575586; }
p { color: rgb(87,85,134); }
H1.HeaderClassName
{
color: #575586;
}
.AnyTagClassName
{
color: #575586;
}
</style>
background-color css
<style>
a { background-color: #575586; }
a { background-color: rgb(87,85,134); }
div.DivClassName
{
background-color: #575586;
}
.BgClassName
{
background-color: #575586;
}
</style>
border-color css
<style>
span { border-color: #575586; }
span { border-color: rgb(87,85,134); }
td.TdClassName
{
border-color: #575586;
}
.TagClassName
{
border-color: #575586;
}
</style>