Shades of Victoria #53517E
Tints of Victoria #53517E
RGB
CMYK
RGB Variations
Color information
#53517E (or 0x53517E) is known color: Victoria. HEX triplet: 53, 51 and 7E. RGB value is (83,81,126). Sum of RGB (Red+Green+Blue) = 83+81+126=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #53517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53517E is #ACAE81. Grayscale: #565656. Windows color (decimal): -11316866 or 8278355. OLE color: 8278355.
HSL color Cylindrical-coordinate representation of color #53517E: hue angle of 242.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53517E is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 81 | 126 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.51 |
| HSL | 242.67º | 0.22% | 0.41% | - |
| HSV(B) | 242.67º | 0.36% | 0.49% | - |
| XYZ | 10.28 | 9.23 | 20.98 | - |
| YUV | 86.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 126 | 0.34 | 0.36 | 0 | 0.51 | 242.67 | 0.22 | 0.41 |
| Hex | 53 | 51 | 7E | 22 | 24 | 0 | 33 | F3 | 16 | 29 |
| Octal | 123 | 121 | 176 | 42 | 44 | 0 | 63 | 363 | 26 | 51 |
| Binary | 1010011 | 1010001 | 1111110 | 100010 | 100100 | 0 | 110011 | 11110011 | 10110 | 101001 |
Color Harmonies of #53517E
Complementary color
Monochromatic Colors of #53517E
Black with #53517E
Text Example
Text Example
White with #53517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53517E; }
p { color: rgb(83,81,126); }
H1.HeaderClassName
{
color: #53517E;
}
.AnyTagClassName
{
color: #53517E;
}
</style>
background-color css
<style>
a { background-color: #53517E; }
a { background-color: rgb(83,81,126); }
div.DivClassName
{
background-color: #53517E;
}
.BgClassName
{
background-color: #53517E;
}
</style>
border-color css
<style>
span { border-color: #53517E; }
span { border-color: rgb(83,81,126); }
td.TdClassName
{
border-color: #53517E;
}
.TagClassName
{
border-color: #53517E;
}
</style>