Shades of Victoria #52477A
Tints of Victoria #52477A
RGB
CMYK
RGB Variations
Color information
#52477A (or 0x52477A) is known color: Victoria. HEX triplet: 52, 47 and 7A. RGB value is (82,71,122). Sum of RGB (Red+Green+Blue) = 82+71+122=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #52477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52477A is #ADB885. Grayscale: #4F4F4F. Windows color (decimal): -11384966 or 8013650. OLE color: 8013650.
HSL color Cylindrical-coordinate representation of color #52477A: hue angle of 252.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52477A is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 71 | 122 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.52 |
| HSL | 252.94º | 0.26% | 0.38% | - |
| HSV(B) | 252.94º | 0.42% | 0.48% | - |
| XYZ | 9.25 | 7.71 | 19.41 | - |
| YUV | 80.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 122 | 0.33 | 0.42 | 0 | 0.52 | 252.94 | 0.26 | 0.38 |
| Hex | 52 | 47 | 7A | 21 | 2A | 0 | 34 | FD | 1A | 26 |
| Octal | 122 | 107 | 172 | 41 | 52 | 0 | 64 | 375 | 32 | 46 |
| Binary | 1010010 | 1000111 | 1111010 | 100001 | 101010 | 0 | 110100 | 11111101 | 11010 | 100110 |
Color Harmonies of #52477A
Complementary color
Monochromatic Colors of #52477A
Black with #52477A
Text Example
Text Example
White with #52477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52477A; }
p { color: rgb(82,71,122); }
H1.HeaderClassName
{
color: #52477A;
}
.AnyTagClassName
{
color: #52477A;
}
</style>
background-color css
<style>
a { background-color: #52477A; }
a { background-color: rgb(82,71,122); }
div.DivClassName
{
background-color: #52477A;
}
.BgClassName
{
background-color: #52477A;
}
</style>
border-color css
<style>
span { border-color: #52477A; }
span { border-color: rgb(82,71,122); }
td.TdClassName
{
border-color: #52477A;
}
.TagClassName
{
border-color: #52477A;
}
</style>