Shades of Victoria #57527E
Tints of Victoria #57527E
RGB
CMYK
RGB Variations
Color information
#57527E (or 0x57527E) is known color: Victoria. HEX triplet: 57, 52 and 7E. RGB value is (87,82,126). Sum of RGB (Red+Green+Blue) = 87+82+126=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #57527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527E is #A8AD81. Grayscale: #585858. Windows color (decimal): -11054466 or 8278615. OLE color: 8278615.
HSL color Cylindrical-coordinate representation of color #57527E: hue angle of 246.82º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57527E is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 82 | 126 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.51 |
| HSL | 246.82º | 0.21% | 0.41% | - |
| HSV(B) | 246.82º | 0.35% | 0.49% | - |
| XYZ | 10.71 | 9.57 | 21.02 | - |
| YUV | 88.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 126 | 0.31 | 0.35 | 0 | 0.51 | 246.82 | 0.21 | 0.41 |
| Hex | 57 | 52 | 7E | 1F | 23 | 0 | 33 | F7 | 15 | 29 |
| Octal | 127 | 122 | 176 | 37 | 43 | 0 | 63 | 367 | 25 | 51 |
| Binary | 1010111 | 1010010 | 1111110 | 11111 | 100011 | 0 | 110011 | 11110111 | 10101 | 101001 |
Color Harmonies of #57527E
Complementary color
Monochromatic Colors of #57527E
Black with #57527E
Text Example
Text Example
White with #57527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57527E; }
p { color: rgb(87,82,126); }
H1.HeaderClassName
{
color: #57527E;
}
.AnyTagClassName
{
color: #57527E;
}
</style>
background-color css
<style>
a { background-color: #57527E; }
a { background-color: rgb(87,82,126); }
div.DivClassName
{
background-color: #57527E;
}
.BgClassName
{
background-color: #57527E;
}
</style>
border-color css
<style>
span { border-color: #57527E; }
span { border-color: rgb(87,82,126); }
td.TdClassName
{
border-color: #57527E;
}
.TagClassName
{
border-color: #57527E;
}
</style>