Shades of Victoria #5B5087
Tints of Victoria #5B5087
RGB
CMYK
RGB Variations
Color information
#5B5087 (or 0x5B5087) is known color: Victoria. HEX triplet: 5B, 50 and 87. RGB value is (91,80,135). Sum of RGB (Red+Green+Blue) = 91+80+135=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B5087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5087 is #A4AF78. Grayscale: #595959. Windows color (decimal): -10792825 or 8867931. OLE color: 8867931.
HSL color Cylindrical-coordinate representation of color #5B5087: hue angle of 252º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B5087 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 80 | 135 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.47 |
| HSL | 252º | 0.26% | 0.42% | - |
| HSV(B) | 252º | 0.41% | 0.53% | - |
| XYZ | 11.56 | 9.71 | 24.19 | - |
| YUV | 89.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 135 | 0.33 | 0.41 | 0 | 0.47 | 252 | 0.26 | 0.42 |
| Hex | 5B | 50 | 87 | 21 | 29 | 0 | 2F | FC | 1A | 2A |
| Octal | 133 | 120 | 207 | 41 | 51 | 0 | 57 | 374 | 32 | 52 |
| Binary | 1011011 | 1010000 | 10000111 | 100001 | 101001 | 0 | 101111 | 11111100 | 11010 | 101010 |
Color Harmonies of #5B5087
Complementary color
Monochromatic Colors of #5B5087
Black with #5B5087
Text Example
Text Example
White with #5B5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5087; }
p { color: rgb(91,80,135); }
H1.HeaderClassName
{
color: #5B5087;
}
.AnyTagClassName
{
color: #5B5087;
}
</style>
background-color css
<style>
a { background-color: #5B5087; }
a { background-color: rgb(91,80,135); }
div.DivClassName
{
background-color: #5B5087;
}
.BgClassName
{
background-color: #5B5087;
}
</style>
border-color css
<style>
span { border-color: #5B5087; }
span { border-color: rgb(91,80,135); }
td.TdClassName
{
border-color: #5B5087;
}
.TagClassName
{
border-color: #5B5087;
}
</style>