Shades of Victoria #524D74
Tints of Victoria #524D74
RGB
CMYK
RGB Variations
Color information
#524D74 (or 0x524D74) is known color: Victoria. HEX triplet: 52, 4D and 74. RGB value is (82,77,116). Sum of RGB (Red+Green+Blue) = 82+77+116=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #524D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D74 is #ADB28B. Grayscale: #525252. Windows color (decimal): -11383436 or 7621970. OLE color: 7621970.
HSL color Cylindrical-coordinate representation of color #524D74: hue angle of 247.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524D74 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 77 | 116 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.55 |
| HSL | 247.69º | 0.2% | 0.38% | - |
| HSV(B) | 247.69º | 0.34% | 0.45% | - |
| XYZ | 9.29 | 8.36 | 17.65 | - |
| YUV | 82.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 116 | 0.29 | 0.34 | 0 | 0.55 | 247.69 | 0.2 | 0.38 |
| Hex | 52 | 4D | 74 | 1D | 22 | 0 | 37 | F8 | 14 | 26 |
| Octal | 122 | 115 | 164 | 35 | 42 | 0 | 67 | 370 | 24 | 46 |
| Binary | 1010010 | 1001101 | 1110100 | 11101 | 100010 | 0 | 110111 | 11111000 | 10100 | 100110 |
Color Harmonies of #524D74
Complementary color
Monochromatic Colors of #524D74
Black with #524D74
Text Example
Text Example
White with #524D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D74; }
p { color: rgb(82,77,116); }
H1.HeaderClassName
{
color: #524D74;
}
.AnyTagClassName
{
color: #524D74;
}
</style>
background-color css
<style>
a { background-color: #524D74; }
a { background-color: rgb(82,77,116); }
div.DivClassName
{
background-color: #524D74;
}
.BgClassName
{
background-color: #524D74;
}
</style>
border-color css
<style>
span { border-color: #524D74; }
span { border-color: rgb(82,77,116); }
td.TdClassName
{
border-color: #524D74;
}
.TagClassName
{
border-color: #524D74;
}
</style>