Shades of Victoria #53497B
Tints of Victoria #53497B
RGB
CMYK
RGB Variations
Color information
#53497B (or 0x53497B) is known color: Victoria. HEX triplet: 53, 49 and 7B. RGB value is (83,73,123). Sum of RGB (Red+Green+Blue) = 83+73+123=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #53497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53497B is #ACB684. Grayscale: #515151. Windows color (decimal): -11318917 or 8079699. OLE color: 8079699.
HSL color Cylindrical-coordinate representation of color #53497B: hue angle of 252º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53497B is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 73 | 123 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.52 |
| HSL | 252º | 0.26% | 0.38% | - |
| HSV(B) | 252º | 0.41% | 0.48% | - |
| XYZ | 9.52 | 8.03 | 19.79 | - |
| YUV | 81.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 123 | 0.33 | 0.41 | 0 | 0.52 | 252 | 0.26 | 0.38 |
| Hex | 53 | 49 | 7B | 21 | 29 | 0 | 34 | FC | 1A | 26 |
| Octal | 123 | 111 | 173 | 41 | 51 | 0 | 64 | 374 | 32 | 46 |
| Binary | 1010011 | 1001001 | 1111011 | 100001 | 101001 | 0 | 110100 | 11111100 | 11010 | 100110 |
Color Harmonies of #53497B
Complementary color
Monochromatic Colors of #53497B
Black with #53497B
Text Example
Text Example
White with #53497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53497B; }
p { color: rgb(83,73,123); }
H1.HeaderClassName
{
color: #53497B;
}
.AnyTagClassName
{
color: #53497B;
}
</style>
background-color css
<style>
a { background-color: #53497B; }
a { background-color: rgb(83,73,123); }
div.DivClassName
{
background-color: #53497B;
}
.BgClassName
{
background-color: #53497B;
}
</style>
border-color css
<style>
span { border-color: #53497B; }
span { border-color: rgb(83,73,123); }
td.TdClassName
{
border-color: #53497B;
}
.TagClassName
{
border-color: #53497B;
}
</style>