Shades of Victoria #52517B
Tints of Victoria #52517B
RGB
CMYK
RGB Variations
Color information
#52517B (or 0x52517B) is known color: Victoria. HEX triplet: 52, 51 and 7B. RGB value is (82,81,123). Sum of RGB (Red+Green+Blue) = 82+81+123=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #52517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52517B is #ADAE84. Grayscale: #555555. Windows color (decimal): -11382405 or 8081746. OLE color: 8081746.
HSL color Cylindrical-coordinate representation of color #52517B: hue angle of 241.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52517B is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 81 | 123 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.52 |
| HSL | 241.43º | 0.21% | 0.4% | - |
| HSV(B) | 241.43º | 0.34% | 0.48% | - |
| XYZ | 10 | 9.11 | 19.97 | - |
| YUV | 86.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 123 | 0.33 | 0.34 | 0 | 0.52 | 241.43 | 0.21 | 0.4 |
| Hex | 52 | 51 | 7B | 21 | 22 | 0 | 34 | F1 | 15 | 28 |
| Octal | 122 | 121 | 173 | 41 | 42 | 0 | 64 | 361 | 25 | 50 |
| Binary | 1010010 | 1010001 | 1111011 | 100001 | 100010 | 0 | 110100 | 11110001 | 10101 | 101000 |
Color Harmonies of #52517B
Complementary color
Monochromatic Colors of #52517B
Black with #52517B
Text Example
Text Example
White with #52517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52517B; }
p { color: rgb(82,81,123); }
H1.HeaderClassName
{
color: #52517B;
}
.AnyTagClassName
{
color: #52517B;
}
</style>
background-color css
<style>
a { background-color: #52517B; }
a { background-color: rgb(82,81,123); }
div.DivClassName
{
background-color: #52517B;
}
.BgClassName
{
background-color: #52517B;
}
</style>
border-color css
<style>
span { border-color: #52517B; }
span { border-color: rgb(82,81,123); }
td.TdClassName
{
border-color: #52517B;
}
.TagClassName
{
border-color: #52517B;
}
</style>