Shades of Victoria #53518A
Tints of Victoria #53518A
RGB
CMYK
RGB Variations
Color information
#53518A (or 0x53518A) is known color: Victoria. HEX triplet: 53, 51 and 8A. RGB value is (83,81,138). Sum of RGB (Red+Green+Blue) = 83+81+138=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #53518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53518A is #ACAE75. Grayscale: #575757. Windows color (decimal): -11316854 or 9064787. OLE color: 9064787.
HSL color Cylindrical-coordinate representation of color #53518A: hue angle of 242.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53518A is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 81 | 138 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.46 |
| HSL | 242.11º | 0.26% | 0.43% | - |
| HSV(B) | 242.11º | 0.41% | 0.54% | - |
| XYZ | 11.1 | 9.56 | 25.3 | - |
| YUV | 88.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 138 | 0.40 | 0.41 | 0 | 0.46 | 242.11 | 0.26 | 0.43 |
| Hex | 53 | 51 | 8A | 28 | 29 | 0 | 2E | F2 | 1A | 2B |
| Octal | 123 | 121 | 212 | 50 | 51 | 0 | 56 | 362 | 32 | 53 |
| Binary | 1010011 | 1010001 | 10001010 | 101000 | 101001 | 0 | 101110 | 11110010 | 11010 | 101011 |
Color Harmonies of #53518A
Complementary color
Monochromatic Colors of #53518A
Black with #53518A
Text Example
Text Example
White with #53518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53518A; }
p { color: rgb(83,81,138); }
H1.HeaderClassName
{
color: #53518A;
}
.AnyTagClassName
{
color: #53518A;
}
</style>
background-color css
<style>
a { background-color: #53518A; }
a { background-color: rgb(83,81,138); }
div.DivClassName
{
background-color: #53518A;
}
.BgClassName
{
background-color: #53518A;
}
</style>
border-color css
<style>
span { border-color: #53518A; }
span { border-color: rgb(83,81,138); }
td.TdClassName
{
border-color: #53518A;
}
.TagClassName
{
border-color: #53518A;
}
</style>