Shades of Victoria #5B5095
Tints of Victoria #5B5095
RGB
CMYK
RGB Variations
Color information
#5B5095 (or 0x5B5095) is known color: Victoria. HEX triplet: 5B, 50 and 95. RGB value is (91,80,149). Sum of RGB (Red+Green+Blue) = 91+80+149=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B5095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5095 is #A4AF6A. Grayscale: #5A5A5A. Windows color (decimal): -10792811 or 9785435. OLE color: 9785435.
HSL color Cylindrical-coordinate representation of color #5B5095: hue angle of 249.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B5095 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 80 | 149 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.42 |
| HSL | 249.57º | 0.3% | 0.45% | - |
| HSV(B) | 249.57º | 0.46% | 0.58% | - |
| XYZ | 12.61 | 10.13 | 29.72 | - |
| YUV | 91.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 149 | 0.39 | 0.46 | 0 | 0.42 | 249.57 | 0.3 | 0.45 |
| Hex | 5B | 50 | 95 | 27 | 2E | 0 | 2A | FA | 1E | 2D |
| Octal | 133 | 120 | 225 | 47 | 56 | 0 | 52 | 372 | 36 | 55 |
| Binary | 1011011 | 1010000 | 10010101 | 100111 | 101110 | 0 | 101010 | 11111010 | 11110 | 101101 |
Color Harmonies of #5B5095
Complementary color
Monochromatic Colors of #5B5095
Black with #5B5095
Text Example
Text Example
White with #5B5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5095; }
p { color: rgb(91,80,149); }
H1.HeaderClassName
{
color: #5B5095;
}
.AnyTagClassName
{
color: #5B5095;
}
</style>
background-color css
<style>
a { background-color: #5B5095; }
a { background-color: rgb(91,80,149); }
div.DivClassName
{
background-color: #5B5095;
}
.BgClassName
{
background-color: #5B5095;
}
</style>
border-color css
<style>
span { border-color: #5B5095; }
span { border-color: rgb(91,80,149); }
td.TdClassName
{
border-color: #5B5095;
}
.TagClassName
{
border-color: #5B5095;
}
</style>