Shades of Victoria #5B5780
Tints of Victoria #5B5780
RGB
CMYK
RGB Variations
Color information
#5B5780 (or 0x5B5780) is known color: Victoria. HEX triplet: 5B, 57 and 80. RGB value is (91,87,128). Sum of RGB (Red+Green+Blue) = 91+87+128=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B5780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5780 is #A4A87F. Grayscale: #5C5C5C. Windows color (decimal): -10791040 or 8410971. OLE color: 8410971.
HSL color Cylindrical-coordinate representation of color #5B5780: hue angle of 245.85º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B5780 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 87 | 128 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.50 |
| HSL | 245.85º | 0.19% | 0.42% | - |
| HSV(B) | 245.85º | 0.32% | 0.5% | - |
| XYZ | 11.62 | 10.6 | 21.86 | - |
| YUV | 92.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 128 | 0.29 | 0.32 | 0 | 0.50 | 245.85 | 0.19 | 0.42 |
| Hex | 5B | 57 | 80 | 1D | 20 | 0 | 32 | F6 | 13 | 2A |
| Octal | 133 | 127 | 200 | 35 | 40 | 0 | 62 | 366 | 23 | 52 |
| Binary | 1011011 | 1010111 | 10000000 | 11101 | 100000 | 0 | 110010 | 11110110 | 10011 | 101010 |
Color Harmonies of #5B5780
Complementary color
Monochromatic Colors of #5B5780
Black with #5B5780
Text Example
Text Example
White with #5B5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5780; }
p { color: rgb(91,87,128); }
H1.HeaderClassName
{
color: #5B5780;
}
.AnyTagClassName
{
color: #5B5780;
}
</style>
background-color css
<style>
a { background-color: #5B5780; }
a { background-color: rgb(91,87,128); }
div.DivClassName
{
background-color: #5B5780;
}
.BgClassName
{
background-color: #5B5780;
}
</style>
border-color css
<style>
span { border-color: #5B5780; }
span { border-color: rgb(91,87,128); }
td.TdClassName
{
border-color: #5B5780;
}
.TagClassName
{
border-color: #5B5780;
}
</style>