Shades of Victoria #524D71
Tints of Victoria #524D71
RGB
CMYK
RGB Variations
Color information
#524D71 (or 0x524D71) is known color: Victoria. HEX triplet: 52, 4D and 71. RGB value is (82,77,113). Sum of RGB (Red+Green+Blue) = 82+77+113=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #524D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D71 is #ADB28E. Grayscale: #525252. Windows color (decimal): -11383439 or 7425362. OLE color: 7425362.
HSL color Cylindrical-coordinate representation of color #524D71: hue angle of 248.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524D71 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 77 | 113 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.56 |
| HSL | 248.33º | 0.19% | 0.37% | - |
| HSV(B) | 248.33º | 0.32% | 0.44% | - |
| XYZ | 9.11 | 8.29 | 16.74 | - |
| YUV | 82.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 113 | 0.27 | 0.32 | 0 | 0.56 | 248.33 | 0.19 | 0.37 |
| Hex | 52 | 4D | 71 | 1B | 20 | 0 | 38 | F8 | 13 | 25 |
| Octal | 122 | 115 | 161 | 33 | 40 | 0 | 70 | 370 | 23 | 45 |
| Binary | 1010010 | 1001101 | 1110001 | 11011 | 100000 | 0 | 111000 | 11111000 | 10011 | 100101 |
Color Harmonies of #524D71
Complementary color
Monochromatic Colors of #524D71
Black with #524D71
Text Example
Text Example
White with #524D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D71; }
p { color: rgb(82,77,113); }
H1.HeaderClassName
{
color: #524D71;
}
.AnyTagClassName
{
color: #524D71;
}
</style>
background-color css
<style>
a { background-color: #524D71; }
a { background-color: rgb(82,77,113); }
div.DivClassName
{
background-color: #524D71;
}
.BgClassName
{
background-color: #524D71;
}
</style>
border-color css
<style>
span { border-color: #524D71; }
span { border-color: rgb(82,77,113); }
td.TdClassName
{
border-color: #524D71;
}
.TagClassName
{
border-color: #524D71;
}
</style>