Shades of Victoria #53477B
Tints of Victoria #53477B
RGB
CMYK
RGB Variations
Color information
#53477B (or 0x53477B) is known color: Victoria. HEX triplet: 53, 47 and 7B. RGB value is (83,71,123). Sum of RGB (Red+Green+Blue) = 83+71+123=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #53477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53477B is #ACB884. Grayscale: #505050. Windows color (decimal): -11319429 or 8079187. OLE color: 8079187.
HSL color Cylindrical-coordinate representation of color #53477B: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53477B is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 71 | 123 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.52 |
| HSL | 253.85º | 0.27% | 0.38% | - |
| HSV(B) | 253.85º | 0.42% | 0.48% | - |
| XYZ | 9.4 | 7.78 | 19.74 | - |
| YUV | 80.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 123 | 0.33 | 0.42 | 0 | 0.52 | 253.85 | 0.27 | 0.38 |
| Hex | 53 | 47 | 7B | 21 | 2A | 0 | 34 | FE | 1B | 26 |
| Octal | 123 | 107 | 173 | 41 | 52 | 0 | 64 | 376 | 33 | 46 |
| Binary | 1010011 | 1000111 | 1111011 | 100001 | 101010 | 0 | 110100 | 11111110 | 11011 | 100110 |
Color Harmonies of #53477B
Complementary color
Monochromatic Colors of #53477B
Black with #53477B
Text Example
Text Example
White with #53477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53477B; }
p { color: rgb(83,71,123); }
H1.HeaderClassName
{
color: #53477B;
}
.AnyTagClassName
{
color: #53477B;
}
</style>
background-color css
<style>
a { background-color: #53477B; }
a { background-color: rgb(83,71,123); }
div.DivClassName
{
background-color: #53477B;
}
.BgClassName
{
background-color: #53477B;
}
</style>
border-color css
<style>
span { border-color: #53477B; }
span { border-color: rgb(83,71,123); }
td.TdClassName
{
border-color: #53477B;
}
.TagClassName
{
border-color: #53477B;
}
</style>