Shades of Victoria #53488D
Tints of Victoria #53488D
RGB
CMYK
RGB Variations
Color information
#53488D (or 0x53488D) is known color: Victoria. HEX triplet: 53, 48 and 8D. RGB value is (83,72,141). Sum of RGB (Red+Green+Blue) = 83+72+141=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #53488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53488D is #ACB772. Grayscale: #525252. Windows color (decimal): -11319155 or 9259091. OLE color: 9259091.
HSL color Cylindrical-coordinate representation of color #53488D: hue angle of 249.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53488D is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 72 | 141 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.45 |
| HSL | 249.57º | 0.32% | 0.42% | - |
| HSV(B) | 249.57º | 0.49% | 0.55% | - |
| XYZ | 10.69 | 8.4 | 26.26 | - |
| YUV | 83.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 141 | 0.41 | 0.49 | 0 | 0.45 | 249.57 | 0.32 | 0.42 |
| Hex | 53 | 48 | 8D | 29 | 31 | 0 | 2D | FA | 20 | 2A |
| Octal | 123 | 110 | 215 | 51 | 61 | 0 | 55 | 372 | 40 | 52 |
| Binary | 1010011 | 1001000 | 10001101 | 101001 | 110001 | 0 | 101101 | 11111010 | 100000 | 101010 |
Color Harmonies of #53488D
Complementary color
Monochromatic Colors of #53488D
Black with #53488D
Text Example
Text Example
White with #53488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53488D; }
p { color: rgb(83,72,141); }
H1.HeaderClassName
{
color: #53488D;
}
.AnyTagClassName
{
color: #53488D;
}
</style>
background-color css
<style>
a { background-color: #53488D; }
a { background-color: rgb(83,72,141); }
div.DivClassName
{
background-color: #53488D;
}
.BgClassName
{
background-color: #53488D;
}
</style>
border-color css
<style>
span { border-color: #53488D; }
span { border-color: rgb(83,72,141); }
td.TdClassName
{
border-color: #53488D;
}
.TagClassName
{
border-color: #53488D;
}
</style>