Shades of Victoria #524C8E
Tints of Victoria #524C8E
RGB
CMYK
RGB Variations
Color information
#524C8E (or 0x524C8E) is known color: Victoria. HEX triplet: 52, 4C and 8E. RGB value is (82,76,142). Sum of RGB (Red+Green+Blue) = 82+76+142=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #524C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524C8E is #ADB371. Grayscale: #555555. Windows color (decimal): -11383666 or 9325650. OLE color: 9325650.
HSL color Cylindrical-coordinate representation of color #524C8E: hue angle of 245.45º 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 #524C8E is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 76 | 142 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.44 |
| HSL | 245.45º | 0.3% | 0.43% | - |
| HSV(B) | 245.45º | 0.46% | 0.56% | - |
| XYZ | 10.95 | 8.92 | 26.74 | - |
| YUV | 85.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 142 | 0.42 | 0.46 | 0 | 0.44 | 245.45 | 0.3 | 0.43 |
| Hex | 52 | 4C | 8E | 2A | 2E | 0 | 2C | F5 | 1E | 2B |
| Octal | 122 | 114 | 216 | 52 | 56 | 0 | 54 | 365 | 36 | 53 |
| Binary | 1010010 | 1001100 | 10001110 | 101010 | 101110 | 0 | 101100 | 11110101 | 11110 | 101011 |
Color Harmonies of #524C8E
Complementary color
Monochromatic Colors of #524C8E
Black with #524C8E
Text Example
Text Example
White with #524C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C8E; }
p { color: rgb(82,76,142); }
H1.HeaderClassName
{
color: #524C8E;
}
.AnyTagClassName
{
color: #524C8E;
}
</style>
background-color css
<style>
a { background-color: #524C8E; }
a { background-color: rgb(82,76,142); }
div.DivClassName
{
background-color: #524C8E;
}
.BgClassName
{
background-color: #524C8E;
}
</style>
border-color css
<style>
span { border-color: #524C8E; }
span { border-color: rgb(82,76,142); }
td.TdClassName
{
border-color: #524C8E;
}
.TagClassName
{
border-color: #524C8E;
}
</style>