Shades of Victoria #534972
Tints of Victoria #534972
RGB
CMYK
RGB Variations
Color information
#534972 (or 0x534972) is known color: Victoria. HEX triplet: 53, 49 and 72. RGB value is (83,73,114). Sum of RGB (Red+Green+Blue) = 83+73+114=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #534972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534972 is #ACB68D. Grayscale: #505050. Windows color (decimal): -11318926 or 7489875. OLE color: 7489875.
HSL color Cylindrical-coordinate representation of color #534972: hue angle of 254.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534972 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 73 | 114 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.55 |
| HSL | 254.63º | 0.22% | 0.37% | - |
| HSV(B) | 254.63º | 0.36% | 0.45% | - |
| XYZ | 8.99 | 7.82 | 16.96 | - |
| YUV | 80.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 114 | 0.27 | 0.36 | 0 | 0.55 | 254.63 | 0.22 | 0.37 |
| Hex | 53 | 49 | 72 | 1B | 24 | 0 | 37 | FF | 16 | 25 |
| Octal | 123 | 111 | 162 | 33 | 44 | 0 | 67 | 377 | 26 | 45 |
| Binary | 1010011 | 1001001 | 1110010 | 11011 | 100100 | 0 | 110111 | 11111111 | 10110 | 100101 |
Color Harmonies of #534972
Complementary color
Monochromatic Colors of #534972
Black with #534972
Text Example
Text Example
White with #534972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534972; }
p { color: rgb(83,73,114); }
H1.HeaderClassName
{
color: #534972;
}
.AnyTagClassName
{
color: #534972;
}
</style>
background-color css
<style>
a { background-color: #534972; }
a { background-color: rgb(83,73,114); }
div.DivClassName
{
background-color: #534972;
}
.BgClassName
{
background-color: #534972;
}
</style>
border-color css
<style>
span { border-color: #534972; }
span { border-color: rgb(83,73,114); }
td.TdClassName
{
border-color: #534972;
}
.TagClassName
{
border-color: #534972;
}
</style>