Shades of Victoria #534D72
Tints of Victoria #534D72
RGB
CMYK
RGB Variations
Color information
#534D72 (or 0x534D72) is known color: Victoria. HEX triplet: 53, 4D and 72. RGB value is (83,77,114). Sum of RGB (Red+Green+Blue) = 83+77+114=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #534D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D72 is #ACB28D. Grayscale: #525252. Windows color (decimal): -11317902 or 7490899. OLE color: 7490899.
HSL color Cylindrical-coordinate representation of color #534D72: hue angle of 249.73º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534D72 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 77 | 114 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.55 |
| HSL | 249.73º | 0.19% | 0.37% | - |
| HSV(B) | 249.73º | 0.32% | 0.45% | - |
| XYZ | 9.26 | 8.36 | 17.05 | - |
| YUV | 83.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 114 | 0.27 | 0.32 | 0 | 0.55 | 249.73 | 0.19 | 0.37 |
| Hex | 53 | 4D | 72 | 1B | 20 | 0 | 37 | FA | 13 | 25 |
| Octal | 123 | 115 | 162 | 33 | 40 | 0 | 67 | 372 | 23 | 45 |
| Binary | 1010011 | 1001101 | 1110010 | 11011 | 100000 | 0 | 110111 | 11111010 | 10011 | 100101 |
Color Harmonies of #534D72
Complementary color
Monochromatic Colors of #534D72
Black with #534D72
Text Example
Text Example
White with #534D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D72; }
p { color: rgb(83,77,114); }
H1.HeaderClassName
{
color: #534D72;
}
.AnyTagClassName
{
color: #534D72;
}
</style>
background-color css
<style>
a { background-color: #534D72; }
a { background-color: rgb(83,77,114); }
div.DivClassName
{
background-color: #534D72;
}
.BgClassName
{
background-color: #534D72;
}
</style>
border-color css
<style>
span { border-color: #534D72; }
span { border-color: rgb(83,77,114); }
td.TdClassName
{
border-color: #534D72;
}
.TagClassName
{
border-color: #534D72;
}
</style>