Shades of Victoria #5B5181
Tints of Victoria #5B5181
RGB
CMYK
RGB Variations
Color information
#5B5181 (or 0x5B5181) is known color: Victoria. HEX triplet: 5B, 51 and 81. RGB value is (91,81,129). Sum of RGB (Red+Green+Blue) = 91+81+129=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B5181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5181 is #A4AE7E. Grayscale: #595959. Windows color (decimal): -10792575 or 8474971. OLE color: 8474971.
HSL color Cylindrical-coordinate representation of color #5B5181: hue angle of 252.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B5181 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 81 | 129 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.49 |
| HSL | 252.5º | 0.23% | 0.41% | - |
| HSV(B) | 252.5º | 0.37% | 0.51% | - |
| XYZ | 11.22 | 9.69 | 22.05 | - |
| YUV | 89.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 129 | 0.29 | 0.37 | 0 | 0.49 | 252.5 | 0.23 | 0.41 |
| Hex | 5B | 51 | 81 | 1D | 25 | 0 | 31 | FD | 17 | 29 |
| Octal | 133 | 121 | 201 | 35 | 45 | 0 | 61 | 375 | 27 | 51 |
| Binary | 1011011 | 1010001 | 10000001 | 11101 | 100101 | 0 | 110001 | 11111101 | 10111 | 101001 |
Color Harmonies of #5B5181
Complementary color
Monochromatic Colors of #5B5181
Black with #5B5181
Text Example
Text Example
White with #5B5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5181; }
p { color: rgb(91,81,129); }
H1.HeaderClassName
{
color: #5B5181;
}
.AnyTagClassName
{
color: #5B5181;
}
</style>
background-color css
<style>
a { background-color: #5B5181; }
a { background-color: rgb(91,81,129); }
div.DivClassName
{
background-color: #5B5181;
}
.BgClassName
{
background-color: #5B5181;
}
</style>
border-color css
<style>
span { border-color: #5B5181; }
span { border-color: rgb(91,81,129); }
td.TdClassName
{
border-color: #5B5181;
}
.TagClassName
{
border-color: #5B5181;
}
</style>