Shades of Victoria #575377
Tints of Victoria #575377
RGB
CMYK
RGB Variations
Color information
#575377 (or 0x575377) is known color: Victoria. HEX triplet: 57, 53 and 77. RGB value is (87,83,119). Sum of RGB (Red+Green+Blue) = 87+83+119=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #575377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575377 is #A8AC88. Grayscale: #585858. Windows color (decimal): -11054217 or 7820119. OLE color: 7820119.
HSL color Cylindrical-coordinate representation of color #575377: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575377 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 83 | 119 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.53 |
| HSL | 246.67º | 0.18% | 0.4% | - |
| HSV(B) | 246.67º | 0.3% | 0.47% | - |
| XYZ | 10.35 | 9.54 | 18.75 | - |
| YUV | 88.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 119 | 0.27 | 0.30 | 0 | 0.53 | 246.67 | 0.18 | 0.4 |
| Hex | 57 | 53 | 77 | 1B | 1E | 0 | 35 | F7 | 12 | 28 |
| Octal | 127 | 123 | 167 | 33 | 36 | 0 | 65 | 367 | 22 | 50 |
| Binary | 1010111 | 1010011 | 1110111 | 11011 | 11110 | 0 | 110101 | 11110111 | 10010 | 101000 |
Color Harmonies of #575377
Complementary color
Monochromatic Colors of #575377
Black with #575377
Text Example
Text Example
White with #575377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575377; }
p { color: rgb(87,83,119); }
H1.HeaderClassName
{
color: #575377;
}
.AnyTagClassName
{
color: #575377;
}
</style>
background-color css
<style>
a { background-color: #575377; }
a { background-color: rgb(87,83,119); }
div.DivClassName
{
background-color: #575377;
}
.BgClassName
{
background-color: #575377;
}
</style>
border-color css
<style>
span { border-color: #575377; }
span { border-color: rgb(87,83,119); }
td.TdClassName
{
border-color: #575377;
}
.TagClassName
{
border-color: #575377;
}
</style>