Shades of Victoria #524E76
Tints of Victoria #524E76
RGB
CMYK
RGB Variations
Color information
#524E76 (or 0x524E76) is known color: Victoria. HEX triplet: 52, 4E and 76. RGB value is (82,78,118). Sum of RGB (Red+Green+Blue) = 82+78+118=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #524E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E76 is #ADB189. Grayscale: #535353. Windows color (decimal): -11383178 or 7753298. OLE color: 7753298.
HSL color Cylindrical-coordinate representation of color #524E76: hue angle of 246º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524E76 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 78 | 118 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.54 |
| HSL | 246º | 0.2% | 0.38% | - |
| HSV(B) | 246º | 0.34% | 0.46% | - |
| XYZ | 9.47 | 8.55 | 18.29 | - |
| YUV | 83.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 118 | 0.31 | 0.34 | 0 | 0.54 | 246 | 0.2 | 0.38 |
| Hex | 52 | 4E | 76 | 1F | 22 | 0 | 36 | F6 | 14 | 26 |
| Octal | 122 | 116 | 166 | 37 | 42 | 0 | 66 | 366 | 24 | 46 |
| Binary | 1010010 | 1001110 | 1110110 | 11111 | 100010 | 0 | 110110 | 11110110 | 10100 | 100110 |
Color Harmonies of #524E76
Complementary color
Monochromatic Colors of #524E76
Black with #524E76
Text Example
Text Example
White with #524E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E76; }
p { color: rgb(82,78,118); }
H1.HeaderClassName
{
color: #524E76;
}
.AnyTagClassName
{
color: #524E76;
}
</style>
background-color css
<style>
a { background-color: #524E76; }
a { background-color: rgb(82,78,118); }
div.DivClassName
{
background-color: #524E76;
}
.BgClassName
{
background-color: #524E76;
}
</style>
border-color css
<style>
span { border-color: #524E76; }
span { border-color: rgb(82,78,118); }
td.TdClassName
{
border-color: #524E76;
}
.TagClassName
{
border-color: #524E76;
}
</style>