Shades of Victoria #5B5391
Tints of Victoria #5B5391
RGB
CMYK
RGB Variations
Color information
#5B5391 (or 0x5B5391) is known color: Victoria. HEX triplet: 5B, 53 and 91. RGB value is (91,83,145). Sum of RGB (Red+Green+Blue) = 91+83+145=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5391 is #A4AC6E. Grayscale: #5C5C5C. Windows color (decimal): -10792047 or 9524059. OLE color: 9524059.
HSL color Cylindrical-coordinate representation of color #5B5391: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5391 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 83 | 145 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.43 |
| HSL | 247.74º | 0.27% | 0.45% | - |
| HSV(B) | 247.74º | 0.43% | 0.57% | - |
| XYZ | 12.52 | 10.45 | 28.15 | - |
| YUV | 92.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 145 | 0.37 | 0.43 | 0 | 0.43 | 247.74 | 0.27 | 0.45 |
| Hex | 5B | 53 | 91 | 25 | 2B | 0 | 2B | F8 | 1B | 2D |
| Octal | 133 | 123 | 221 | 45 | 53 | 0 | 53 | 370 | 33 | 55 |
| Binary | 1011011 | 1010011 | 10010001 | 100101 | 101011 | 0 | 101011 | 11111000 | 11011 | 101101 |
Color Harmonies of #5B5391
Complementary color
Monochromatic Colors of #5B5391
Black with #5B5391
Text Example
Text Example
White with #5B5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5391; }
p { color: rgb(91,83,145); }
H1.HeaderClassName
{
color: #5B5391;
}
.AnyTagClassName
{
color: #5B5391;
}
</style>
background-color css
<style>
a { background-color: #5B5391; }
a { background-color: rgb(91,83,145); }
div.DivClassName
{
background-color: #5B5391;
}
.BgClassName
{
background-color: #5B5391;
}
</style>
border-color css
<style>
span { border-color: #5B5391; }
span { border-color: rgb(91,83,145); }
td.TdClassName
{
border-color: #5B5391;
}
.TagClassName
{
border-color: #5B5391;
}
</style>