Shades of Victoria #5B5490
Tints of Victoria #5B5490
RGB
CMYK
RGB Variations
Color information
#5B5490 (or 0x5B5490) is known color: Victoria. HEX triplet: 5B, 54 and 90. RGB value is (91,84,144). Sum of RGB (Red+Green+Blue) = 91+84+144=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5490 is #A4AB6F. Grayscale: #5C5C5C. Windows color (decimal): -10791792 or 9458779. OLE color: 9458779.
HSL color Cylindrical-coordinate representation of color #5B5490: hue angle of 247º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5490 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 84 | 144 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.44 |
| HSL | 247º | 0.26% | 0.45% | - |
| HSV(B) | 247º | 0.42% | 0.56% | - |
| XYZ | 12.52 | 10.58 | 27.77 | - |
| YUV | 92.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 144 | 0.37 | 0.42 | 0 | 0.44 | 247 | 0.26 | 0.45 |
| Hex | 5B | 54 | 90 | 25 | 2A | 0 | 2C | F7 | 1A | 2D |
| Octal | 133 | 124 | 220 | 45 | 52 | 0 | 54 | 367 | 32 | 55 |
| Binary | 1011011 | 1010100 | 10010000 | 100101 | 101010 | 0 | 101100 | 11110111 | 11010 | 101101 |
Color Harmonies of #5B5490
Complementary color
Monochromatic Colors of #5B5490
Black with #5B5490
Text Example
Text Example
White with #5B5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5490; }
p { color: rgb(91,84,144); }
H1.HeaderClassName
{
color: #5B5490;
}
.AnyTagClassName
{
color: #5B5490;
}
</style>
background-color css
<style>
a { background-color: #5B5490; }
a { background-color: rgb(91,84,144); }
div.DivClassName
{
background-color: #5B5490;
}
.BgClassName
{
background-color: #5B5490;
}
</style>
border-color css
<style>
span { border-color: #5B5490; }
span { border-color: rgb(91,84,144); }
td.TdClassName
{
border-color: #5B5490;
}
.TagClassName
{
border-color: #5B5490;
}
</style>