Shades of Victoria #53488B
Tints of Victoria #53488B
RGB
CMYK
RGB Variations
Color information
#53488B (or 0x53488B) is known color: Victoria. HEX triplet: 53, 48 and 8B. RGB value is (83,72,139). Sum of RGB (Red+Green+Blue) = 83+72+139=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 72 (28.52% from 255 or 24.49% 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 #53488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53488B is #ACB774. Grayscale: #525252. Windows color (decimal): -11319157 or 9128019. OLE color: 9128019.
HSL color Cylindrical-coordinate representation of color #53488B: hue angle of 249.85º 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 #53488B is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 72 | 139 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.45 |
| HSL | 249.85º | 0.32% | 0.41% | - |
| HSV(B) | 249.85º | 0.48% | 0.55% | - |
| XYZ | 10.54 | 8.34 | 25.48 | - |
| YUV | 82.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 139 | 0.40 | 0.48 | 0 | 0.45 | 249.85 | 0.32 | 0.41 |
| Hex | 53 | 48 | 8B | 28 | 30 | 0 | 2D | FA | 20 | 29 |
| Octal | 123 | 110 | 213 | 50 | 60 | 0 | 55 | 372 | 40 | 51 |
| Binary | 1010011 | 1001000 | 10001011 | 101000 | 110000 | 0 | 101101 | 11111010 | 100000 | 101001 |
Color Harmonies of #53488B
Complementary color
Monochromatic Colors of #53488B
Black with #53488B
Text Example
Text Example
White with #53488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53488B; }
p { color: rgb(83,72,139); }
H1.HeaderClassName
{
color: #53488B;
}
.AnyTagClassName
{
color: #53488B;
}
</style>
background-color css
<style>
a { background-color: #53488B; }
a { background-color: rgb(83,72,139); }
div.DivClassName
{
background-color: #53488B;
}
.BgClassName
{
background-color: #53488B;
}
</style>
border-color css
<style>
span { border-color: #53488B; }
span { border-color: rgb(83,72,139); }
td.TdClassName
{
border-color: #53488B;
}
.TagClassName
{
border-color: #53488B;
}
</style>