Shades of Victoria #5B5886
Tints of Victoria #5B5886
RGB
CMYK
RGB Variations
Color information
#5B5886 (or 0x5B5886) is known color: Victoria. HEX triplet: 5B, 58 and 86. RGB value is (91,88,134). Sum of RGB (Red+Green+Blue) = 91+88+134=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B5886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5886 is #A4A779. Grayscale: #5D5D5D. Windows color (decimal): -10790778 or 8804443. OLE color: 8804443.
HSL color Cylindrical-coordinate representation of color #5B5886: hue angle of 243.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B5886 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 88 | 134 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.47 |
| HSL | 243.91º | 0.21% | 0.44% | - |
| HSV(B) | 243.91º | 0.34% | 0.53% | - |
| XYZ | 12.11 | 10.92 | 24.02 | - |
| YUV | 94.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 134 | 0.32 | 0.34 | 0 | 0.47 | 243.91 | 0.21 | 0.44 |
| Hex | 5B | 58 | 86 | 20 | 22 | 0 | 2F | F4 | 15 | 2C |
| Octal | 133 | 130 | 206 | 40 | 42 | 0 | 57 | 364 | 25 | 54 |
| Binary | 1011011 | 1011000 | 10000110 | 100000 | 100010 | 0 | 101111 | 11110100 | 10101 | 101100 |
Color Harmonies of #5B5886
Complementary color
Monochromatic Colors of #5B5886
Black with #5B5886
Text Example
Text Example
White with #5B5886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5886; }
p { color: rgb(91,88,134); }
H1.HeaderClassName
{
color: #5B5886;
}
.AnyTagClassName
{
color: #5B5886;
}
</style>
background-color css
<style>
a { background-color: #5B5886; }
a { background-color: rgb(91,88,134); }
div.DivClassName
{
background-color: #5B5886;
}
.BgClassName
{
background-color: #5B5886;
}
</style>
border-color css
<style>
span { border-color: #5B5886; }
span { border-color: rgb(91,88,134); }
td.TdClassName
{
border-color: #5B5886;
}
.TagClassName
{
border-color: #5B5886;
}
</style>