Shades of Victoria #52497E
Tints of Victoria #52497E
RGB
CMYK
RGB Variations
Color information
#52497E (or 0x52497E) is known color: Victoria. HEX triplet: 52, 49 and 7E. RGB value is (82,73,126). Sum of RGB (Red+Green+Blue) = 82+73+126=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #52497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52497E is #ADB681. Grayscale: #515151. Windows color (decimal): -11384450 or 8276306. OLE color: 8276306.
HSL color Cylindrical-coordinate representation of color #52497E: hue angle of 250.19º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52497E is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 73 | 126 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.51 |
| HSL | 250.19º | 0.27% | 0.39% | - |
| HSV(B) | 250.19º | 0.42% | 0.49% | - |
| XYZ | 9.63 | 8.07 | 20.79 | - |
| YUV | 81.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 126 | 0.35 | 0.42 | 0 | 0.51 | 250.19 | 0.27 | 0.39 |
| Hex | 52 | 49 | 7E | 23 | 2A | 0 | 33 | FA | 1B | 27 |
| Octal | 122 | 111 | 176 | 43 | 52 | 0 | 63 | 372 | 33 | 47 |
| Binary | 1010010 | 1001001 | 1111110 | 100011 | 101010 | 0 | 110011 | 11111010 | 11011 | 100111 |
Color Harmonies of #52497E
Complementary color
Monochromatic Colors of #52497E
Black with #52497E
Text Example
Text Example
White with #52497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52497E; }
p { color: rgb(82,73,126); }
H1.HeaderClassName
{
color: #52497E;
}
.AnyTagClassName
{
color: #52497E;
}
</style>
background-color css
<style>
a { background-color: #52497E; }
a { background-color: rgb(82,73,126); }
div.DivClassName
{
background-color: #52497E;
}
.BgClassName
{
background-color: #52497E;
}
</style>
border-color css
<style>
span { border-color: #52497E; }
span { border-color: rgb(82,73,126); }
td.TdClassName
{
border-color: #52497E;
}
.TagClassName
{
border-color: #52497E;
}
</style>