Shades of Victoria #5B517C
Tints of Victoria #5B517C
RGB
CMYK
RGB Variations
Color information
#5B517C (or 0x5B517C) is known color: Victoria. HEX triplet: 5B, 51 and 7C. RGB value is (91,81,124). Sum of RGB (Red+Green+Blue) = 91+81+124=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B517C is #A4AE83. Grayscale: #585858. Windows color (decimal): -10792580 or 8147291. OLE color: 8147291.
HSL color Cylindrical-coordinate representation of color #5B517C: hue angle of 253.95º degrees, saturation: 0.21, 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 #5B517C is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 81 | 124 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.51 |
| HSL | 253.95º | 0.21% | 0.4% | - |
| HSV(B) | 253.95º | 0.35% | 0.49% | - |
| XYZ | 10.89 | 9.56 | 20.34 | - |
| YUV | 88.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 124 | 0.27 | 0.35 | 0 | 0.51 | 253.95 | 0.21 | 0.4 |
| Hex | 5B | 51 | 7C | 1B | 23 | 0 | 33 | FE | 15 | 28 |
| Octal | 133 | 121 | 174 | 33 | 43 | 0 | 63 | 376 | 25 | 50 |
| Binary | 1011011 | 1010001 | 1111100 | 11011 | 100011 | 0 | 110011 | 11111110 | 10101 | 101000 |
Color Harmonies of #5B517C
Complementary color
Monochromatic Colors of #5B517C
Black with #5B517C
Text Example
Text Example
White with #5B517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B517C; }
p { color: rgb(91,81,124); }
H1.HeaderClassName
{
color: #5B517C;
}
.AnyTagClassName
{
color: #5B517C;
}
</style>
background-color css
<style>
a { background-color: #5B517C; }
a { background-color: rgb(91,81,124); }
div.DivClassName
{
background-color: #5B517C;
}
.BgClassName
{
background-color: #5B517C;
}
</style>
border-color css
<style>
span { border-color: #5B517C; }
span { border-color: rgb(91,81,124); }
td.TdClassName
{
border-color: #5B517C;
}
.TagClassName
{
border-color: #5B517C;
}
</style>