Shades of Victoria #5B5183
Tints of Victoria #5B5183
RGB
CMYK
RGB Variations
Color information
#5B5183 (or 0x5B5183) is known color: Victoria. HEX triplet: 5B, 51 and 83. RGB value is (91,81,131). Sum of RGB (Red+Green+Blue) = 91+81+131=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5183 is #A4AE7C. Grayscale: #595959. Windows color (decimal): -10792573 or 8606043. OLE color: 8606043.
HSL color Cylindrical-coordinate representation of color #5B5183: hue angle of 252º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5183 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 81 | 131 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.49 |
| HSL | 252º | 0.24% | 0.42% | - |
| HSV(B) | 252º | 0.38% | 0.51% | - |
| XYZ | 11.35 | 9.75 | 22.76 | - |
| YUV | 89.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 131 | 0.31 | 0.38 | 0 | 0.49 | 252 | 0.24 | 0.42 |
| Hex | 5B | 51 | 83 | 1F | 26 | 0 | 31 | FC | 18 | 2A |
| Octal | 133 | 121 | 203 | 37 | 46 | 0 | 61 | 374 | 30 | 52 |
| Binary | 1011011 | 1010001 | 10000011 | 11111 | 100110 | 0 | 110001 | 11111100 | 11000 | 101010 |
Color Harmonies of #5B5183
Complementary color
Monochromatic Colors of #5B5183
Black with #5B5183
Text Example
Text Example
White with #5B5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5183; }
p { color: rgb(91,81,131); }
H1.HeaderClassName
{
color: #5B5183;
}
.AnyTagClassName
{
color: #5B5183;
}
</style>
background-color css
<style>
a { background-color: #5B5183; }
a { background-color: rgb(91,81,131); }
div.DivClassName
{
background-color: #5B5183;
}
.BgClassName
{
background-color: #5B5183;
}
</style>
border-color css
<style>
span { border-color: #5B5183; }
span { border-color: rgb(91,81,131); }
td.TdClassName
{
border-color: #5B5183;
}
.TagClassName
{
border-color: #5B5183;
}
</style>