Shades of Victoria #52467E
Tints of Victoria #52467E
RGB
CMYK
RGB Variations
Color information
#52467E (or 0x52467E) is known color: Victoria. HEX triplet: 52, 46 and 7E. RGB value is (82,70,126). Sum of RGB (Red+Green+Blue) = 82+70+126=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #52467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52467E is #ADB981. Grayscale: #4F4F4F. Windows color (decimal): -11385218 or 8275538. OLE color: 8275538.
HSL color Cylindrical-coordinate representation of color #52467E: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52467E is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 70 | 126 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.51 |
| HSL | 252.86º | 0.29% | 0.38% | - |
| HSV(B) | 252.86º | 0.44% | 0.49% | - |
| XYZ | 9.44 | 7.68 | 20.72 | - |
| YUV | 79.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 126 | 0.35 | 0.44 | 0 | 0.51 | 252.86 | 0.29 | 0.38 |
| Hex | 52 | 46 | 7E | 23 | 2C | 0 | 33 | FD | 1D | 26 |
| Octal | 122 | 106 | 176 | 43 | 54 | 0 | 63 | 375 | 35 | 46 |
| Binary | 1010010 | 1000110 | 1111110 | 100011 | 101100 | 0 | 110011 | 11111101 | 11101 | 100110 |
Color Harmonies of #52467E
Complementary color
Monochromatic Colors of #52467E
Black with #52467E
Text Example
Text Example
White with #52467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52467E; }
p { color: rgb(82,70,126); }
H1.HeaderClassName
{
color: #52467E;
}
.AnyTagClassName
{
color: #52467E;
}
</style>
background-color css
<style>
a { background-color: #52467E; }
a { background-color: rgb(82,70,126); }
div.DivClassName
{
background-color: #52467E;
}
.BgClassName
{
background-color: #52467E;
}
</style>
border-color css
<style>
span { border-color: #52467E; }
span { border-color: rgb(82,70,126); }
td.TdClassName
{
border-color: #52467E;
}
.TagClassName
{
border-color: #52467E;
}
</style>