Shades of Victoria #5B508F
Tints of Victoria #5B508F
RGB
CMYK
RGB Variations
Color information
#5B508F (or 0x5B508F) is known color: Victoria. HEX triplet: 5B, 50 and 8F. RGB value is (91,80,143). Sum of RGB (Red+Green+Blue) = 91+80+143=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B508F is #A4AF70. Grayscale: #5A5A5A. Windows color (decimal): -10792817 or 9392219. OLE color: 9392219.
HSL color Cylindrical-coordinate representation of color #5B508F: hue angle of 250.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B508F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 80 | 143 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.44 |
| HSL | 250.48º | 0.28% | 0.44% | - |
| HSV(B) | 250.48º | 0.44% | 0.56% | - |
| XYZ | 12.14 | 9.94 | 27.27 | - |
| YUV | 90.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 143 | 0.36 | 0.44 | 0 | 0.44 | 250.48 | 0.28 | 0.44 |
| Hex | 5B | 50 | 8F | 24 | 2C | 0 | 2C | FA | 1C | 2C |
| Octal | 133 | 120 | 217 | 44 | 54 | 0 | 54 | 372 | 34 | 54 |
| Binary | 1011011 | 1010000 | 10001111 | 100100 | 101100 | 0 | 101100 | 11111010 | 11100 | 101100 |
Color Harmonies of #5B508F
Complementary color
Monochromatic Colors of #5B508F
Black with #5B508F
Text Example
Text Example
White with #5B508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B508F; }
p { color: rgb(91,80,143); }
H1.HeaderClassName
{
color: #5B508F;
}
.AnyTagClassName
{
color: #5B508F;
}
</style>
background-color css
<style>
a { background-color: #5B508F; }
a { background-color: rgb(91,80,143); }
div.DivClassName
{
background-color: #5B508F;
}
.BgClassName
{
background-color: #5B508F;
}
</style>
border-color css
<style>
span { border-color: #5B508F; }
span { border-color: rgb(91,80,143); }
td.TdClassName
{
border-color: #5B508F;
}
.TagClassName
{
border-color: #5B508F;
}
</style>