Shades of Victoria #53507C
Tints of Victoria #53507C
RGB
CMYK
RGB Variations
Color information
#53507C (or 0x53507C) is known color: Victoria. HEX triplet: 53, 50 and 7C. RGB value is (83,80,124). Sum of RGB (Red+Green+Blue) = 83+80+124=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #53507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53507C is #ACAF83. Grayscale: #555555. Windows color (decimal): -11317124 or 8147027. OLE color: 8147027.
HSL color Cylindrical-coordinate representation of color #53507C: hue angle of 244.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53507C is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 80 | 124 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.51 |
| HSL | 244.09º | 0.22% | 0.4% | - |
| HSV(B) | 244.09º | 0.35% | 0.49% | - |
| XYZ | 10.07 | 9.03 | 20.28 | - |
| YUV | 85.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 124 | 0.33 | 0.35 | 0 | 0.51 | 244.09 | 0.22 | 0.4 |
| Hex | 53 | 50 | 7C | 21 | 23 | 0 | 33 | F4 | 16 | 28 |
| Octal | 123 | 120 | 174 | 41 | 43 | 0 | 63 | 364 | 26 | 50 |
| Binary | 1010011 | 1010000 | 1111100 | 100001 | 100011 | 0 | 110011 | 11110100 | 10110 | 101000 |
Color Harmonies of #53507C
Complementary color
Monochromatic Colors of #53507C
Black with #53507C
Text Example
Text Example
White with #53507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53507C; }
p { color: rgb(83,80,124); }
H1.HeaderClassName
{
color: #53507C;
}
.AnyTagClassName
{
color: #53507C;
}
</style>
background-color css
<style>
a { background-color: #53507C; }
a { background-color: rgb(83,80,124); }
div.DivClassName
{
background-color: #53507C;
}
.BgClassName
{
background-color: #53507C;
}
</style>
border-color css
<style>
span { border-color: #53507C; }
span { border-color: rgb(83,80,124); }
td.TdClassName
{
border-color: #53507C;
}
.TagClassName
{
border-color: #53507C;
}
</style>