Shades of Victoria #52498B
Tints of Victoria #52498B
RGB
CMYK
RGB Variations
Color information
#52498B (or 0x52498B) is known color: Victoria. HEX triplet: 52, 49 and 8B. RGB value is (82,73,139). Sum of RGB (Red+Green+Blue) = 82+73+139=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #52498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52498B is #ADB674. Grayscale: #525252. Windows color (decimal): -11384437 or 9128274. OLE color: 9128274.
HSL color Cylindrical-coordinate representation of color #52498B: hue angle of 248.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52498B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 73 | 139 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.45 |
| HSL | 248.18º | 0.31% | 0.42% | - |
| HSV(B) | 248.18º | 0.47% | 0.55% | - |
| XYZ | 10.52 | 8.42 | 25.5 | - |
| YUV | 83.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 139 | 0.41 | 0.47 | 0 | 0.45 | 248.18 | 0.31 | 0.42 |
| Hex | 52 | 49 | 8B | 29 | 2F | 0 | 2D | F8 | 1F | 2A |
| Octal | 122 | 111 | 213 | 51 | 57 | 0 | 55 | 370 | 37 | 52 |
| Binary | 1010010 | 1001001 | 10001011 | 101001 | 101111 | 0 | 101101 | 11111000 | 11111 | 101010 |
Color Harmonies of #52498B
Complementary color
Monochromatic Colors of #52498B
Black with #52498B
Text Example
Text Example
White with #52498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52498B; }
p { color: rgb(82,73,139); }
H1.HeaderClassName
{
color: #52498B;
}
.AnyTagClassName
{
color: #52498B;
}
</style>
background-color css
<style>
a { background-color: #52498B; }
a { background-color: rgb(82,73,139); }
div.DivClassName
{
background-color: #52498B;
}
.BgClassName
{
background-color: #52498B;
}
</style>
border-color css
<style>
span { border-color: #52498B; }
span { border-color: rgb(82,73,139); }
td.TdClassName
{
border-color: #52498B;
}
.TagClassName
{
border-color: #52498B;
}
</style>