Shades of Victoria #524D8E
Tints of Victoria #524D8E
RGB
CMYK
RGB Variations
Color information
#524D8E (or 0x524D8E) is known color: Victoria. HEX triplet: 52, 4D and 8E. RGB value is (82,77,142). Sum of RGB (Red+Green+Blue) = 82+77+142=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #524D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D8E is #ADB271. Grayscale: #555555. Windows color (decimal): -11383410 or 9325906. OLE color: 9325906.
HSL color Cylindrical-coordinate representation of color #524D8E: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524D8E is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 77 | 142 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.44 |
| HSL | 244.62º | 0.3% | 0.43% | - |
| HSV(B) | 244.62º | 0.46% | 0.56% | - |
| XYZ | 11.02 | 9.05 | 26.76 | - |
| YUV | 85.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 142 | 0.42 | 0.46 | 0 | 0.44 | 244.62 | 0.3 | 0.43 |
| Hex | 52 | 4D | 8E | 2A | 2E | 0 | 2C | F5 | 1E | 2B |
| Octal | 122 | 115 | 216 | 52 | 56 | 0 | 54 | 365 | 36 | 53 |
| Binary | 1010010 | 1001101 | 10001110 | 101010 | 101110 | 0 | 101100 | 11110101 | 11110 | 101011 |
Color Harmonies of #524D8E
Complementary color
Monochromatic Colors of #524D8E
Black with #524D8E
Text Example
Text Example
White with #524D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D8E; }
p { color: rgb(82,77,142); }
H1.HeaderClassName
{
color: #524D8E;
}
.AnyTagClassName
{
color: #524D8E;
}
</style>
background-color css
<style>
a { background-color: #524D8E; }
a { background-color: rgb(82,77,142); }
div.DivClassName
{
background-color: #524D8E;
}
.BgClassName
{
background-color: #524D8E;
}
</style>
border-color css
<style>
span { border-color: #524D8E; }
span { border-color: rgb(82,77,142); }
td.TdClassName
{
border-color: #524D8E;
}
.TagClassName
{
border-color: #524D8E;
}
</style>