Shades of Victoria #53537E
Tints of Victoria #53537E
RGB
CMYK
RGB Variations
Color information
#53537E (or 0x53537E) is known color: Victoria. HEX triplet: 53, 53 and 7E. RGB value is (83,83,126). Sum of RGB (Red+Green+Blue) = 83+83+126=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #53537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53537E is #ACAC81. Grayscale: #575757. Windows color (decimal): -11316354 or 8278867. OLE color: 8278867.
HSL color Cylindrical-coordinate representation of color #53537E: hue angle of 240º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53537E is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 83 | 126 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.51 |
| HSL | 240º | 0.21% | 0.41% | - |
| HSV(B) | 240º | 0.34% | 0.49% | - |
| XYZ | 10.43 | 9.53 | 21.03 | - |
| YUV | 87.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 126 | 0.34 | 0.34 | 0 | 0.51 | 240 | 0.21 | 0.41 |
| Hex | 53 | 53 | 7E | 22 | 22 | 0 | 33 | F0 | 15 | 29 |
| Octal | 123 | 123 | 176 | 42 | 42 | 0 | 63 | 360 | 25 | 51 |
| Binary | 1010011 | 1010011 | 1111110 | 100010 | 100010 | 0 | 110011 | 11110000 | 10101 | 101001 |
Color Harmonies of #53537E
Complementary color
Monochromatic Colors of #53537E
Black with #53537E
Text Example
Text Example
White with #53537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53537E; }
p { color: rgb(83,83,126); }
H1.HeaderClassName
{
color: #53537E;
}
.AnyTagClassName
{
color: #53537E;
}
</style>
background-color css
<style>
a { background-color: #53537E; }
a { background-color: rgb(83,83,126); }
div.DivClassName
{
background-color: #53537E;
}
.BgClassName
{
background-color: #53537E;
}
</style>
border-color css
<style>
span { border-color: #53537E; }
span { border-color: rgb(83,83,126); }
td.TdClassName
{
border-color: #53537E;
}
.TagClassName
{
border-color: #53537E;
}
</style>