Shades of Victoria #524D72
Tints of Victoria #524D72
RGB
CMYK
RGB Variations
Color information
#524D72 (or 0x524D72) is known color: Victoria. HEX triplet: 52, 4D and 72. RGB value is (82,77,114). Sum of RGB (Red+Green+Blue) = 82+77+114=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #524D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D72 is #ADB28D. Grayscale: #525252. Windows color (decimal): -11383438 or 7490898. OLE color: 7490898.
HSL color Cylindrical-coordinate representation of color #524D72: hue angle of 248.11º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524D72 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 77 | 114 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.55 |
| HSL | 248.11º | 0.19% | 0.37% | - |
| HSV(B) | 248.11º | 0.32% | 0.45% | - |
| XYZ | 9.17 | 8.32 | 17.04 | - |
| YUV | 82.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 114 | 0.28 | 0.32 | 0 | 0.55 | 248.11 | 0.19 | 0.37 |
| Hex | 52 | 4D | 72 | 1C | 20 | 0 | 37 | F8 | 13 | 25 |
| Octal | 122 | 115 | 162 | 34 | 40 | 0 | 67 | 370 | 23 | 45 |
| Binary | 1010010 | 1001101 | 1110010 | 11100 | 100000 | 0 | 110111 | 11111000 | 10011 | 100101 |
Color Harmonies of #524D72
Complementary color
Monochromatic Colors of #524D72
Black with #524D72
Text Example
Text Example
White with #524D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D72; }
p { color: rgb(82,77,114); }
H1.HeaderClassName
{
color: #524D72;
}
.AnyTagClassName
{
color: #524D72;
}
</style>
background-color css
<style>
a { background-color: #524D72; }
a { background-color: rgb(82,77,114); }
div.DivClassName
{
background-color: #524D72;
}
.BgClassName
{
background-color: #524D72;
}
</style>
border-color css
<style>
span { border-color: #524D72; }
span { border-color: rgb(82,77,114); }
td.TdClassName
{
border-color: #524D72;
}
.TagClassName
{
border-color: #524D72;
}
</style>