Shades of Victoria #524D73
Tints of Victoria #524D73
RGB
CMYK
RGB Variations
Color information
#524D73 (or 0x524D73) is known color: Victoria. HEX triplet: 52, 4D and 73. RGB value is (82,77,115). Sum of RGB (Red+Green+Blue) = 82+77+115=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #524D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D73 is #ADB28C. Grayscale: #525252. Windows color (decimal): -11383437 or 7556434. OLE color: 7556434.
HSL color Cylindrical-coordinate representation of color #524D73: hue angle of 247.89º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524D73 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 77 | 115 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.55 |
| HSL | 247.89º | 0.2% | 0.38% | - |
| HSV(B) | 247.89º | 0.33% | 0.45% | - |
| XYZ | 9.23 | 8.34 | 17.34 | - |
| YUV | 82.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 115 | 0.29 | 0.33 | 0 | 0.55 | 247.89 | 0.2 | 0.38 |
| Hex | 52 | 4D | 73 | 1D | 21 | 0 | 37 | F8 | 14 | 26 |
| Octal | 122 | 115 | 163 | 35 | 41 | 0 | 67 | 370 | 24 | 46 |
| Binary | 1010010 | 1001101 | 1110011 | 11101 | 100001 | 0 | 110111 | 11111000 | 10100 | 100110 |
Color Harmonies of #524D73
Complementary color
Monochromatic Colors of #524D73
Black with #524D73
Text Example
Text Example
White with #524D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D73; }
p { color: rgb(82,77,115); }
H1.HeaderClassName
{
color: #524D73;
}
.AnyTagClassName
{
color: #524D73;
}
</style>
background-color css
<style>
a { background-color: #524D73; }
a { background-color: rgb(82,77,115); }
div.DivClassName
{
background-color: #524D73;
}
.BgClassName
{
background-color: #524D73;
}
</style>
border-color css
<style>
span { border-color: #524D73; }
span { border-color: rgb(82,77,115); }
td.TdClassName
{
border-color: #524D73;
}
.TagClassName
{
border-color: #524D73;
}
</style>