Shades of Victoria #534975
Tints of Victoria #534975
RGB
CMYK
RGB Variations
Color information
#534975 (or 0x534975) is known color: Victoria. HEX triplet: 53, 49 and 75. RGB value is (83,73,117). Sum of RGB (Red+Green+Blue) = 83+73+117=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #534975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534975 is #ACB68A. Grayscale: #505050. Windows color (decimal): -11318923 or 7686483. OLE color: 7686483.
HSL color Cylindrical-coordinate representation of color #534975: hue angle of 253.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534975 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 73 | 117 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.54 |
| HSL | 253.64º | 0.23% | 0.37% | - |
| HSV(B) | 253.64º | 0.38% | 0.46% | - |
| XYZ | 9.16 | 7.89 | 17.87 | - |
| YUV | 81.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 117 | 0.29 | 0.38 | 0 | 0.54 | 253.64 | 0.23 | 0.37 |
| Hex | 53 | 49 | 75 | 1D | 26 | 0 | 36 | FE | 17 | 25 |
| Octal | 123 | 111 | 165 | 35 | 46 | 0 | 66 | 376 | 27 | 45 |
| Binary | 1010011 | 1001001 | 1110101 | 11101 | 100110 | 0 | 110110 | 11111110 | 10111 | 100101 |
Color Harmonies of #534975
Complementary color
Monochromatic Colors of #534975
Black with #534975
Text Example
Text Example
White with #534975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534975; }
p { color: rgb(83,73,117); }
H1.HeaderClassName
{
color: #534975;
}
.AnyTagClassName
{
color: #534975;
}
</style>
background-color css
<style>
a { background-color: #534975; }
a { background-color: rgb(83,73,117); }
div.DivClassName
{
background-color: #534975;
}
.BgClassName
{
background-color: #534975;
}
</style>
border-color css
<style>
span { border-color: #534975; }
span { border-color: rgb(83,73,117); }
td.TdClassName
{
border-color: #534975;
}
.TagClassName
{
border-color: #534975;
}
</style>