Shades of Victoria #53467A
Tints of Victoria #53467A
RGB
CMYK
RGB Variations
Color information
#53467A (or 0x53467A) is known color: Victoria. HEX triplet: 53, 46 and 7A. RGB value is (83,70,122). Sum of RGB (Red+Green+Blue) = 83+70+122=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #53467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53467A is #ACB985. Grayscale: #4F4F4F. Windows color (decimal): -11319686 or 8013395. OLE color: 8013395.
HSL color Cylindrical-coordinate representation of color #53467A: hue angle of 255º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53467A is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 70 | 122 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.52 |
| HSL | 255º | 0.27% | 0.38% | - |
| HSV(B) | 255º | 0.43% | 0.48% | - |
| XYZ | 9.27 | 7.62 | 19.4 | - |
| YUV | 79.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 122 | 0.32 | 0.43 | 0 | 0.52 | 255 | 0.27 | 0.38 |
| Hex | 53 | 46 | 7A | 20 | 2B | 0 | 34 | FF | 1B | 26 |
| Octal | 123 | 106 | 172 | 40 | 53 | 0 | 64 | 377 | 33 | 46 |
| Binary | 1010011 | 1000110 | 1111010 | 100000 | 101011 | 0 | 110100 | 11111111 | 11011 | 100110 |
Color Harmonies of #53467A
Complementary color
Monochromatic Colors of #53467A
Black with #53467A
Text Example
Text Example
White with #53467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53467A; }
p { color: rgb(83,70,122); }
H1.HeaderClassName
{
color: #53467A;
}
.AnyTagClassName
{
color: #53467A;
}
</style>
background-color css
<style>
a { background-color: #53467A; }
a { background-color: rgb(83,70,122); }
div.DivClassName
{
background-color: #53467A;
}
.BgClassName
{
background-color: #53467A;
}
</style>
border-color css
<style>
span { border-color: #53467A; }
span { border-color: rgb(83,70,122); }
td.TdClassName
{
border-color: #53467A;
}
.TagClassName
{
border-color: #53467A;
}
</style>