Shades of Victoria #53467D
Tints of Victoria #53467D
RGB
CMYK
RGB Variations
Color information
#53467D (or 0x53467D) is known color: Victoria. HEX triplet: 53, 46 and 7D. RGB value is (83,70,125). Sum of RGB (Red+Green+Blue) = 83+70+125=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #53467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53467D is #ACB982. Grayscale: #4F4F4F. Windows color (decimal): -11319683 or 8210003. OLE color: 8210003.
HSL color Cylindrical-coordinate representation of color #53467D: hue angle of 254.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53467D is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 70 | 125 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.51 |
| HSL | 254.18º | 0.28% | 0.38% | - |
| HSV(B) | 254.18º | 0.44% | 0.49% | - |
| XYZ | 9.46 | 7.7 | 20.39 | - |
| YUV | 80.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 125 | 0.34 | 0.44 | 0 | 0.51 | 254.18 | 0.28 | 0.38 |
| Hex | 53 | 46 | 7D | 22 | 2C | 0 | 33 | FE | 1C | 26 |
| Octal | 123 | 106 | 175 | 42 | 54 | 0 | 63 | 376 | 34 | 46 |
| Binary | 1010011 | 1000110 | 1111101 | 100010 | 101100 | 0 | 110011 | 11111110 | 11100 | 100110 |
Color Harmonies of #53467D
Complementary color
Monochromatic Colors of #53467D
Black with #53467D
Text Example
Text Example
White with #53467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53467D; }
p { color: rgb(83,70,125); }
H1.HeaderClassName
{
color: #53467D;
}
.AnyTagClassName
{
color: #53467D;
}
</style>
background-color css
<style>
a { background-color: #53467D; }
a { background-color: rgb(83,70,125); }
div.DivClassName
{
background-color: #53467D;
}
.BgClassName
{
background-color: #53467D;
}
</style>
border-color css
<style>
span { border-color: #53467D; }
span { border-color: rgb(83,70,125); }
td.TdClassName
{
border-color: #53467D;
}
.TagClassName
{
border-color: #53467D;
}
</style>