Shades of Victoria #5B518B
Tints of Victoria #5B518B
RGB
CMYK
RGB Variations
Color information
#5B518B (or 0x5B518B) is known color: Victoria. HEX triplet: 5B, 51 and 8B. RGB value is (91,81,139). Sum of RGB (Red+Green+Blue) = 91+81+139=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B518B is #A4AE74. Grayscale: #5A5A5A. Windows color (decimal): -10792565 or 9130331. OLE color: 9130331.
HSL color Cylindrical-coordinate representation of color #5B518B: hue angle of 250.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B518B is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 81 | 139 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.45 |
| HSL | 250.34º | 0.26% | 0.43% | - |
| HSV(B) | 250.34º | 0.42% | 0.55% | - |
| XYZ | 11.92 | 9.97 | 25.72 | - |
| YUV | 90.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 139 | 0.35 | 0.42 | 0 | 0.45 | 250.34 | 0.26 | 0.43 |
| Hex | 5B | 51 | 8B | 23 | 2A | 0 | 2D | FA | 1A | 2B |
| Octal | 133 | 121 | 213 | 43 | 52 | 0 | 55 | 372 | 32 | 53 |
| Binary | 1011011 | 1010001 | 10001011 | 100011 | 101010 | 0 | 101101 | 11111010 | 11010 | 101011 |
Color Harmonies of #5B518B
Complementary color
Monochromatic Colors of #5B518B
Black with #5B518B
Text Example
Text Example
White with #5B518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B518B; }
p { color: rgb(91,81,139); }
H1.HeaderClassName
{
color: #5B518B;
}
.AnyTagClassName
{
color: #5B518B;
}
</style>
background-color css
<style>
a { background-color: #5B518B; }
a { background-color: rgb(91,81,139); }
div.DivClassName
{
background-color: #5B518B;
}
.BgClassName
{
background-color: #5B518B;
}
</style>
border-color css
<style>
span { border-color: #5B518B; }
span { border-color: rgb(91,81,139); }
td.TdClassName
{
border-color: #5B518B;
}
.TagClassName
{
border-color: #5B518B;
}
</style>