Shades of Victoria #57527C
Tints of Victoria #57527C
RGB
CMYK
RGB Variations
Color information
#57527C (or 0x57527C) is known color: Victoria. HEX triplet: 57, 52 and 7C. RGB value is (87,82,124). Sum of RGB (Red+Green+Blue) = 87+82+124=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #57527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527C is #A8AD83. Grayscale: #585858. Windows color (decimal): -11054468 or 8147543. OLE color: 8147543.
HSL color Cylindrical-coordinate representation of color #57527C: hue angle of 247.14º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57527C is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 82 | 124 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.51 |
| HSL | 247.14º | 0.2% | 0.4% | - |
| HSV(B) | 247.14º | 0.34% | 0.49% | - |
| XYZ | 10.59 | 9.52 | 20.35 | - |
| YUV | 88.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 124 | 0.30 | 0.34 | 0 | 0.51 | 247.14 | 0.2 | 0.4 |
| Hex | 57 | 52 | 7C | 1E | 22 | 0 | 33 | F7 | 14 | 28 |
| Octal | 127 | 122 | 174 | 36 | 42 | 0 | 63 | 367 | 24 | 50 |
| Binary | 1010111 | 1010010 | 1111100 | 11110 | 100010 | 0 | 110011 | 11110111 | 10100 | 101000 |
Color Harmonies of #57527C
Complementary color
Monochromatic Colors of #57527C
Black with #57527C
Text Example
Text Example
White with #57527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57527C; }
p { color: rgb(87,82,124); }
H1.HeaderClassName
{
color: #57527C;
}
.AnyTagClassName
{
color: #57527C;
}
</style>
background-color css
<style>
a { background-color: #57527C; }
a { background-color: rgb(87,82,124); }
div.DivClassName
{
background-color: #57527C;
}
.BgClassName
{
background-color: #57527C;
}
</style>
border-color css
<style>
span { border-color: #57527C; }
span { border-color: rgb(87,82,124); }
td.TdClassName
{
border-color: #57527C;
}
.TagClassName
{
border-color: #57527C;
}
</style>