Shades of Victoria #52488B
Tints of Victoria #52488B
RGB
CMYK
RGB Variations
Color information
#52488B (or 0x52488B) is known color: Victoria. HEX triplet: 52, 48 and 8B. RGB value is (82,72,139). Sum of RGB (Red+Green+Blue) = 82+72+139=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #52488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488B is #ADB774. Grayscale: #525252. Windows color (decimal): -11384693 or 9128018. OLE color: 9128018.
HSL color Cylindrical-coordinate representation of color #52488B: hue angle of 248.96º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52488B is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 72 | 139 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.45 |
| HSL | 248.96º | 0.32% | 0.41% | - |
| HSV(B) | 248.96º | 0.48% | 0.55% | - |
| XYZ | 10.46 | 8.29 | 25.48 | - |
| YUV | 82.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 139 | 0.41 | 0.48 | 0 | 0.45 | 248.96 | 0.32 | 0.41 |
| Hex | 52 | 48 | 8B | 29 | 30 | 0 | 2D | F9 | 20 | 29 |
| Octal | 122 | 110 | 213 | 51 | 60 | 0 | 55 | 371 | 40 | 51 |
| Binary | 1010010 | 1001000 | 10001011 | 101001 | 110000 | 0 | 101101 | 11111001 | 100000 | 101001 |
Color Harmonies of #52488B
Complementary color
Monochromatic Colors of #52488B
Black with #52488B
Text Example
Text Example
White with #52488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52488B; }
p { color: rgb(82,72,139); }
H1.HeaderClassName
{
color: #52488B;
}
.AnyTagClassName
{
color: #52488B;
}
</style>
background-color css
<style>
a { background-color: #52488B; }
a { background-color: rgb(82,72,139); }
div.DivClassName
{
background-color: #52488B;
}
.BgClassName
{
background-color: #52488B;
}
</style>
border-color css
<style>
span { border-color: #52488B; }
span { border-color: rgb(82,72,139); }
td.TdClassName
{
border-color: #52488B;
}
.TagClassName
{
border-color: #52488B;
}
</style>