Shades of Victoria #524E7F
Tints of Victoria #524E7F
RGB
CMYK
RGB Variations
Color information
#524E7F (or 0x524E7F) is known color: Victoria. HEX triplet: 52, 4E and 7F. RGB value is (82,78,127). Sum of RGB (Red+Green+Blue) = 82+78+127=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #524E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E7F is #ADB180. Grayscale: #545454. Windows color (decimal): -11383169 or 8343122. OLE color: 8343122.
HSL color Cylindrical-coordinate representation of color #524E7F: hue angle of 244.9º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524E7F is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 78 | 127 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.50 |
| HSL | 244.9º | 0.24% | 0.4% | - |
| HSV(B) | 244.9º | 0.39% | 0.5% | - |
| XYZ | 10.03 | 8.77 | 21.24 | - |
| YUV | 84.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 127 | 0.35 | 0.39 | 0 | 0.50 | 244.9 | 0.24 | 0.4 |
| Hex | 52 | 4E | 7F | 23 | 27 | 0 | 32 | F5 | 18 | 28 |
| Octal | 122 | 116 | 177 | 43 | 47 | 0 | 62 | 365 | 30 | 50 |
| Binary | 1010010 | 1001110 | 1111111 | 100011 | 100111 | 0 | 110010 | 11110101 | 11000 | 101000 |
Color Harmonies of #524E7F
Complementary color
Monochromatic Colors of #524E7F
Black with #524E7F
Text Example
Text Example
White with #524E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E7F; }
p { color: rgb(82,78,127); }
H1.HeaderClassName
{
color: #524E7F;
}
.AnyTagClassName
{
color: #524E7F;
}
</style>
background-color css
<style>
a { background-color: #524E7F; }
a { background-color: rgb(82,78,127); }
div.DivClassName
{
background-color: #524E7F;
}
.BgClassName
{
background-color: #524E7F;
}
</style>
border-color css
<style>
span { border-color: #524E7F; }
span { border-color: rgb(82,78,127); }
td.TdClassName
{
border-color: #524E7F;
}
.TagClassName
{
border-color: #524E7F;
}
</style>