Shades of Victoria #5B517F
Tints of Victoria #5B517F
RGB
CMYK
RGB Variations
Color information
#5B517F (or 0x5B517F) is known color: Victoria. HEX triplet: 5B, 51 and 7F. RGB value is (91,81,127). Sum of RGB (Red+Green+Blue) = 91+81+127=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B517F is #A4AE80. Grayscale: #595959. Windows color (decimal): -10792577 or 8343899. OLE color: 8343899.
HSL color Cylindrical-coordinate representation of color #5B517F: hue angle of 253.04º 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 #5B517F is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 81 | 127 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.50 |
| HSL | 253.04º | 0.22% | 0.41% | - |
| HSV(B) | 253.04º | 0.36% | 0.5% | - |
| XYZ | 11.09 | 9.64 | 21.36 | - |
| YUV | 89.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 127 | 0.28 | 0.36 | 0 | 0.50 | 253.04 | 0.22 | 0.41 |
| Hex | 5B | 51 | 7F | 1C | 24 | 0 | 32 | FD | 16 | 29 |
| Octal | 133 | 121 | 177 | 34 | 44 | 0 | 62 | 375 | 26 | 51 |
| Binary | 1011011 | 1010001 | 1111111 | 11100 | 100100 | 0 | 110010 | 11111101 | 10110 | 101001 |
Color Harmonies of #5B517F
Complementary color
Monochromatic Colors of #5B517F
Black with #5B517F
Text Example
Text Example
White with #5B517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B517F; }
p { color: rgb(91,81,127); }
H1.HeaderClassName
{
color: #5B517F;
}
.AnyTagClassName
{
color: #5B517F;
}
</style>
background-color css
<style>
a { background-color: #5B517F; }
a { background-color: rgb(91,81,127); }
div.DivClassName
{
background-color: #5B517F;
}
.BgClassName
{
background-color: #5B517F;
}
</style>
border-color css
<style>
span { border-color: #5B517F; }
span { border-color: rgb(91,81,127); }
td.TdClassName
{
border-color: #5B517F;
}
.TagClassName
{
border-color: #5B517F;
}
</style>