Shades of Victoria #57527B
Tints of Victoria #57527B
RGB
CMYK
RGB Variations
Color information
#57527B (or 0x57527B) is known color: Victoria. HEX triplet: 57, 52 and 7B. RGB value is (87,82,123). Sum of RGB (Red+Green+Blue) = 87+82+123=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #57527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527B is #A8AD84. Grayscale: #585858. Windows color (decimal): -11054469 or 8082007. OLE color: 8082007.
HSL color Cylindrical-coordinate representation of color #57527B: hue angle of 247.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57527B is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 82 | 123 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.52 |
| HSL | 247.32º | 0.2% | 0.4% | - |
| HSV(B) | 247.32º | 0.33% | 0.48% | - |
| XYZ | 10.52 | 9.49 | 20.02 | - |
| YUV | 88.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 123 | 0.29 | 0.33 | 0 | 0.52 | 247.32 | 0.2 | 0.4 |
| Hex | 57 | 52 | 7B | 1D | 21 | 0 | 34 | F7 | 14 | 28 |
| Octal | 127 | 122 | 173 | 35 | 41 | 0 | 64 | 367 | 24 | 50 |
| Binary | 1010111 | 1010010 | 1111011 | 11101 | 100001 | 0 | 110100 | 11110111 | 10100 | 101000 |
Color Harmonies of #57527B
Complementary color
Monochromatic Colors of #57527B
Black with #57527B
Text Example
Text Example
White with #57527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57527B; }
p { color: rgb(87,82,123); }
H1.HeaderClassName
{
color: #57527B;
}
.AnyTagClassName
{
color: #57527B;
}
</style>
background-color css
<style>
a { background-color: #57527B; }
a { background-color: rgb(87,82,123); }
div.DivClassName
{
background-color: #57527B;
}
.BgClassName
{
background-color: #57527B;
}
</style>
border-color css
<style>
span { border-color: #57527B; }
span { border-color: rgb(87,82,123); }
td.TdClassName
{
border-color: #57527B;
}
.TagClassName
{
border-color: #57527B;
}
</style>