Shades of Victoria #524E7C
Tints of Victoria #524E7C
RGB
CMYK
RGB Variations
Color information
#524E7C (or 0x524E7C) is known color: Victoria. HEX triplet: 52, 4E and 7C. RGB value is (82,78,124). Sum of RGB (Red+Green+Blue) = 82+78+124=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #524E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E7C is #ADB183. Grayscale: #545454. Windows color (decimal): -11383172 or 8146514. OLE color: 8146514.
HSL color Cylindrical-coordinate representation of color #524E7C: hue angle of 245.22º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524E7C is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 78 | 124 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.51 |
| HSL | 245.22º | 0.23% | 0.4% | - |
| HSV(B) | 245.22º | 0.37% | 0.49% | - |
| XYZ | 9.84 | 8.7 | 20.23 | - |
| YUV | 84.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 124 | 0.34 | 0.37 | 0 | 0.51 | 245.22 | 0.23 | 0.4 |
| Hex | 52 | 4E | 7C | 22 | 25 | 0 | 33 | F5 | 17 | 28 |
| Octal | 122 | 116 | 174 | 42 | 45 | 0 | 63 | 365 | 27 | 50 |
| Binary | 1010010 | 1001110 | 1111100 | 100010 | 100101 | 0 | 110011 | 11110101 | 10111 | 101000 |
Color Harmonies of #524E7C
Complementary color
Monochromatic Colors of #524E7C
Black with #524E7C
Text Example
Text Example
White with #524E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E7C; }
p { color: rgb(82,78,124); }
H1.HeaderClassName
{
color: #524E7C;
}
.AnyTagClassName
{
color: #524E7C;
}
</style>
background-color css
<style>
a { background-color: #524E7C; }
a { background-color: rgb(82,78,124); }
div.DivClassName
{
background-color: #524E7C;
}
.BgClassName
{
background-color: #524E7C;
}
</style>
border-color css
<style>
span { border-color: #524E7C; }
span { border-color: rgb(82,78,124); }
td.TdClassName
{
border-color: #524E7C;
}
.TagClassName
{
border-color: #524E7C;
}
</style>