Shades of Victoria #5B548D
Tints of Victoria #5B548D
RGB
CMYK
RGB Variations
Color information
#5B548D (or 0x5B548D) is known color: Victoria. HEX triplet: 5B, 54 and 8D. RGB value is (91,84,141). Sum of RGB (Red+Green+Blue) = 91+84+141=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B548D is #A4AB72. Grayscale: #5C5C5C. Windows color (decimal): -10791795 or 9262171. OLE color: 9262171.
HSL color Cylindrical-coordinate representation of color #5B548D: hue angle of 247.37º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B548D is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 84 | 141 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.45 |
| HSL | 247.37º | 0.25% | 0.44% | - |
| HSV(B) | 247.37º | 0.4% | 0.55% | - |
| XYZ | 12.29 | 10.49 | 26.58 | - |
| YUV | 92.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 141 | 0.35 | 0.40 | 0 | 0.45 | 247.37 | 0.25 | 0.44 |
| Hex | 5B | 54 | 8D | 23 | 28 | 0 | 2D | F7 | 19 | 2C |
| Octal | 133 | 124 | 215 | 43 | 50 | 0 | 55 | 367 | 31 | 54 |
| Binary | 1011011 | 1010100 | 10001101 | 100011 | 101000 | 0 | 101101 | 11110111 | 11001 | 101100 |
Color Harmonies of #5B548D
Complementary color
Monochromatic Colors of #5B548D
Black with #5B548D
Text Example
Text Example
White with #5B548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B548D; }
p { color: rgb(91,84,141); }
H1.HeaderClassName
{
color: #5B548D;
}
.AnyTagClassName
{
color: #5B548D;
}
</style>
background-color css
<style>
a { background-color: #5B548D; }
a { background-color: rgb(91,84,141); }
div.DivClassName
{
background-color: #5B548D;
}
.BgClassName
{
background-color: #5B548D;
}
</style>
border-color css
<style>
span { border-color: #5B548D; }
span { border-color: rgb(91,84,141); }
td.TdClassName
{
border-color: #5B548D;
}
.TagClassName
{
border-color: #5B548D;
}
</style>