Shades of Victoria #5B548E
Tints of Victoria #5B548E
RGB
CMYK
RGB Variations
Color information
#5B548E (or 0x5B548E) is known color: Victoria. HEX triplet: 5B, 54 and 8E. RGB value is (91,84,142). Sum of RGB (Red+Green+Blue) = 91+84+142=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B548E is #A4AB71. Grayscale: #5C5C5C. Windows color (decimal): -10791794 or 9327707. OLE color: 9327707.
HSL color Cylindrical-coordinate representation of color #5B548E: hue angle of 247.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B548E is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 84 | 142 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.44 |
| HSL | 247.24º | 0.26% | 0.44% | - |
| HSV(B) | 247.24º | 0.41% | 0.56% | - |
| XYZ | 12.37 | 10.52 | 26.97 | - |
| YUV | 92.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 142 | 0.36 | 0.41 | 0 | 0.44 | 247.24 | 0.26 | 0.44 |
| Hex | 5B | 54 | 8E | 24 | 29 | 0 | 2C | F7 | 1A | 2C |
| Octal | 133 | 124 | 216 | 44 | 51 | 0 | 54 | 367 | 32 | 54 |
| Binary | 1011011 | 1010100 | 10001110 | 100100 | 101001 | 0 | 101100 | 11110111 | 11010 | 101100 |
Color Harmonies of #5B548E
Complementary color
Monochromatic Colors of #5B548E
Black with #5B548E
Text Example
Text Example
White with #5B548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B548E; }
p { color: rgb(91,84,142); }
H1.HeaderClassName
{
color: #5B548E;
}
.AnyTagClassName
{
color: #5B548E;
}
</style>
background-color css
<style>
a { background-color: #5B548E; }
a { background-color: rgb(91,84,142); }
div.DivClassName
{
background-color: #5B548E;
}
.BgClassName
{
background-color: #5B548E;
}
</style>
border-color css
<style>
span { border-color: #5B548E; }
span { border-color: rgb(91,84,142); }
td.TdClassName
{
border-color: #5B548E;
}
.TagClassName
{
border-color: #5B548E;
}
</style>