Shades of Victoria #524D7E
Tints of Victoria #524D7E
RGB
CMYK
RGB Variations
Color information
#524D7E (or 0x524D7E) is known color: Victoria. HEX triplet: 52, 4D and 7E. RGB value is (82,77,126). Sum of RGB (Red+Green+Blue) = 82+77+126=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #524D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D7E is #ADB281. Grayscale: #535353. Windows color (decimal): -11383426 or 8277330. OLE color: 8277330.
HSL color Cylindrical-coordinate representation of color #524D7E: hue angle of 246.12º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524D7E is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 77 | 126 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.51 |
| HSL | 246.12º | 0.24% | 0.4% | - |
| HSV(B) | 246.12º | 0.39% | 0.49% | - |
| XYZ | 9.9 | 8.61 | 20.88 | - |
| YUV | 84.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 126 | 0.35 | 0.39 | 0 | 0.51 | 246.12 | 0.24 | 0.4 |
| Hex | 52 | 4D | 7E | 23 | 27 | 0 | 33 | F6 | 18 | 28 |
| Octal | 122 | 115 | 176 | 43 | 47 | 0 | 63 | 366 | 30 | 50 |
| Binary | 1010010 | 1001101 | 1111110 | 100011 | 100111 | 0 | 110011 | 11110110 | 11000 | 101000 |
Color Harmonies of #524D7E
Complementary color
Monochromatic Colors of #524D7E
Black with #524D7E
Text Example
Text Example
White with #524D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D7E; }
p { color: rgb(82,77,126); }
H1.HeaderClassName
{
color: #524D7E;
}
.AnyTagClassName
{
color: #524D7E;
}
</style>
background-color css
<style>
a { background-color: #524D7E; }
a { background-color: rgb(82,77,126); }
div.DivClassName
{
background-color: #524D7E;
}
.BgClassName
{
background-color: #524D7E;
}
</style>
border-color css
<style>
span { border-color: #524D7E; }
span { border-color: rgb(82,77,126); }
td.TdClassName
{
border-color: #524D7E;
}
.TagClassName
{
border-color: #524D7E;
}
</style>