Shades of Victoria #57557C
Tints of Victoria #57557C
RGB
CMYK
RGB Variations
Color information
#57557C (or 0x57557C) is known color: Victoria. HEX triplet: 57, 55 and 7C. RGB value is (87,85,124). Sum of RGB (Red+Green+Blue) = 87+85+124=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #57557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57557C is #A8AA83. Grayscale: #595959. Windows color (decimal): -11053700 or 8148311. OLE color: 8148311.
HSL color Cylindrical-coordinate representation of color #57557C: hue angle of 243.08º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57557C is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 85 | 124 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.51 |
| HSL | 243.08º | 0.19% | 0.41% | - |
| HSV(B) | 243.08º | 0.31% | 0.49% | - |
| XYZ | 10.82 | 9.98 | 20.42 | - |
| YUV | 90.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 124 | 0.30 | 0.31 | 0 | 0.51 | 243.08 | 0.19 | 0.41 |
| Hex | 57 | 55 | 7C | 1E | 1F | 0 | 33 | F3 | 13 | 29 |
| Octal | 127 | 125 | 174 | 36 | 37 | 0 | 63 | 363 | 23 | 51 |
| Binary | 1010111 | 1010101 | 1111100 | 11110 | 11111 | 0 | 110011 | 11110011 | 10011 | 101001 |
Color Harmonies of #57557C
Complementary color
Monochromatic Colors of #57557C
Black with #57557C
Text Example
Text Example
White with #57557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57557C; }
p { color: rgb(87,85,124); }
H1.HeaderClassName
{
color: #57557C;
}
.AnyTagClassName
{
color: #57557C;
}
</style>
background-color css
<style>
a { background-color: #57557C; }
a { background-color: rgb(87,85,124); }
div.DivClassName
{
background-color: #57557C;
}
.BgClassName
{
background-color: #57557C;
}
</style>
border-color css
<style>
span { border-color: #57557C; }
span { border-color: rgb(87,85,124); }
td.TdClassName
{
border-color: #57557C;
}
.TagClassName
{
border-color: #57557C;
}
</style>