Shades of Victoria #53517F
Tints of Victoria #53517F
RGB
CMYK
RGB Variations
Color information
#53517F (or 0x53517F) is known color: Victoria. HEX triplet: 53, 51 and 7F. RGB value is (83,81,127). Sum of RGB (Red+Green+Blue) = 83+81+127=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #53517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53517F is #ACAE80. Grayscale: #565656. Windows color (decimal): -11316865 or 8343891. OLE color: 8343891.
HSL color Cylindrical-coordinate representation of color #53517F: hue angle of 242.61º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53517F is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 81 | 127 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.50 |
| HSL | 242.61º | 0.22% | 0.41% | - |
| HSV(B) | 242.61º | 0.36% | 0.5% | - |
| XYZ | 10.34 | 9.26 | 21.32 | - |
| YUV | 86.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 127 | 0.35 | 0.36 | 0 | 0.50 | 242.61 | 0.22 | 0.41 |
| Hex | 53 | 51 | 7F | 23 | 24 | 0 | 32 | F3 | 16 | 29 |
| Octal | 123 | 121 | 177 | 43 | 44 | 0 | 62 | 363 | 26 | 51 |
| Binary | 1010011 | 1010001 | 1111111 | 100011 | 100100 | 0 | 110010 | 11110011 | 10110 | 101001 |
Color Harmonies of #53517F
Complementary color
Monochromatic Colors of #53517F
Black with #53517F
Text Example
Text Example
White with #53517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53517F; }
p { color: rgb(83,81,127); }
H1.HeaderClassName
{
color: #53517F;
}
.AnyTagClassName
{
color: #53517F;
}
</style>
background-color css
<style>
a { background-color: #53517F; }
a { background-color: rgb(83,81,127); }
div.DivClassName
{
background-color: #53517F;
}
.BgClassName
{
background-color: #53517F;
}
</style>
border-color css
<style>
span { border-color: #53517F; }
span { border-color: rgb(83,81,127); }
td.TdClassName
{
border-color: #53517F;
}
.TagClassName
{
border-color: #53517F;
}
</style>