Shades of Victoria #5B5092
Tints of Victoria #5B5092
RGB
CMYK
RGB Variations
Color information
#5B5092 (or 0x5B5092) is known color: Victoria. HEX triplet: 5B, 50 and 92. RGB value is (91,80,146). Sum of RGB (Red+Green+Blue) = 91+80+146=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5092 is #A4AF6D. Grayscale: #5A5A5A. Windows color (decimal): -10792814 or 9588827. OLE color: 9588827.
HSL color Cylindrical-coordinate representation of color #5B5092: hue angle of 250º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5092 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 80 | 146 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.43 |
| HSL | 250º | 0.29% | 0.44% | - |
| HSV(B) | 250º | 0.45% | 0.57% | - |
| XYZ | 12.37 | 10.04 | 28.48 | - |
| YUV | 90.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 146 | 0.38 | 0.45 | 0 | 0.43 | 250 | 0.29 | 0.44 |
| Hex | 5B | 50 | 92 | 26 | 2D | 0 | 2B | FA | 1D | 2C |
| Octal | 133 | 120 | 222 | 46 | 55 | 0 | 53 | 372 | 35 | 54 |
| Binary | 1011011 | 1010000 | 10010010 | 100110 | 101101 | 0 | 101011 | 11111010 | 11101 | 101100 |
Color Harmonies of #5B5092
Complementary color
Monochromatic Colors of #5B5092
Black with #5B5092
Text Example
Text Example
White with #5B5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5092; }
p { color: rgb(91,80,146); }
H1.HeaderClassName
{
color: #5B5092;
}
.AnyTagClassName
{
color: #5B5092;
}
</style>
background-color css
<style>
a { background-color: #5B5092; }
a { background-color: rgb(91,80,146); }
div.DivClassName
{
background-color: #5B5092;
}
.BgClassName
{
background-color: #5B5092;
}
</style>
border-color css
<style>
span { border-color: #5B5092; }
span { border-color: rgb(91,80,146); }
td.TdClassName
{
border-color: #5B5092;
}
.TagClassName
{
border-color: #5B5092;
}
</style>