Shades of Victoria #534D8A
Tints of Victoria #534D8A
RGB
CMYK
RGB Variations
Color information
#534D8A (or 0x534D8A) is known color: Victoria. HEX triplet: 53, 4D and 8A. RGB value is (83,77,138). Sum of RGB (Red+Green+Blue) = 83+77+138=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #534D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D8A is #ACB275. Grayscale: #555555. Windows color (decimal): -11317878 or 9063763. OLE color: 9063763.
HSL color Cylindrical-coordinate representation of color #534D8A: hue angle of 245.9º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534D8A is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 77 | 138 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.46 |
| HSL | 245.9º | 0.28% | 0.42% | - |
| HSV(B) | 245.9º | 0.44% | 0.54% | - |
| XYZ | 10.81 | 8.98 | 25.21 | - |
| YUV | 85.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 138 | 0.40 | 0.44 | 0 | 0.46 | 245.9 | 0.28 | 0.42 |
| Hex | 53 | 4D | 8A | 28 | 2C | 0 | 2E | F6 | 1C | 2A |
| Octal | 123 | 115 | 212 | 50 | 54 | 0 | 56 | 366 | 34 | 52 |
| Binary | 1010011 | 1001101 | 10001010 | 101000 | 101100 | 0 | 101110 | 11110110 | 11100 | 101010 |
Color Harmonies of #534D8A
Complementary color
Monochromatic Colors of #534D8A
Black with #534D8A
Text Example
Text Example
White with #534D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D8A; }
p { color: rgb(83,77,138); }
H1.HeaderClassName
{
color: #534D8A;
}
.AnyTagClassName
{
color: #534D8A;
}
</style>
background-color css
<style>
a { background-color: #534D8A; }
a { background-color: rgb(83,77,138); }
div.DivClassName
{
background-color: #534D8A;
}
.BgClassName
{
background-color: #534D8A;
}
</style>
border-color css
<style>
span { border-color: #534D8A; }
span { border-color: rgb(83,77,138); }
td.TdClassName
{
border-color: #534D8A;
}
.TagClassName
{
border-color: #534D8A;
}
</style>