Shades of Victoria #5B5491
Tints of Victoria #5B5491
RGB
CMYK
RGB Variations
Color information
#5B5491 (or 0x5B5491) is known color: Victoria. HEX triplet: 5B, 54 and 91. RGB value is (91,84,145). Sum of RGB (Red+Green+Blue) = 91+84+145=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5491 is #A4AB6E. Grayscale: #5C5C5C. Windows color (decimal): -10791791 or 9524315. OLE color: 9524315.
HSL color Cylindrical-coordinate representation of color #5B5491: hue angle of 246.89º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5491 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 84 | 145 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.43 |
| HSL | 246.89º | 0.27% | 0.45% | - |
| HSV(B) | 246.89º | 0.42% | 0.57% | - |
| XYZ | 12.6 | 10.61 | 28.17 | - |
| YUV | 93.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 145 | 0.37 | 0.42 | 0 | 0.43 | 246.89 | 0.27 | 0.45 |
| Hex | 5B | 54 | 91 | 25 | 2A | 0 | 2B | F7 | 1B | 2D |
| Octal | 133 | 124 | 221 | 45 | 52 | 0 | 53 | 367 | 33 | 55 |
| Binary | 1011011 | 1010100 | 10010001 | 100101 | 101010 | 0 | 101011 | 11110111 | 11011 | 101101 |
Color Harmonies of #5B5491
Complementary color
Monochromatic Colors of #5B5491
Black with #5B5491
Text Example
Text Example
White with #5B5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5491; }
p { color: rgb(91,84,145); }
H1.HeaderClassName
{
color: #5B5491;
}
.AnyTagClassName
{
color: #5B5491;
}
</style>
background-color css
<style>
a { background-color: #5B5491; }
a { background-color: rgb(91,84,145); }
div.DivClassName
{
background-color: #5B5491;
}
.BgClassName
{
background-color: #5B5491;
}
</style>
border-color css
<style>
span { border-color: #5B5491; }
span { border-color: rgb(91,84,145); }
td.TdClassName
{
border-color: #5B5491;
}
.TagClassName
{
border-color: #5B5491;
}
</style>