Shades of Victoria #5B568D
Tints of Victoria #5B568D
RGB
CMYK
RGB Variations
Color information
#5B568D (or 0x5B568D) is known color: Victoria. HEX triplet: 5B, 56 and 8D. RGB value is (91,86,141). Sum of RGB (Red+Green+Blue) = 91+86+141=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B568D is #A4A972. Grayscale: #5D5D5D. Windows color (decimal): -10791283 or 9262683. OLE color: 9262683.
HSL color Cylindrical-coordinate representation of color #5B568D: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B568D is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 86 | 141 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.45 |
| HSL | 245.45º | 0.24% | 0.45% | - |
| HSV(B) | 245.45º | 0.39% | 0.55% | - |
| XYZ | 12.45 | 10.8 | 26.63 | - |
| YUV | 93.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 141 | 0.35 | 0.39 | 0 | 0.45 | 245.45 | 0.24 | 0.45 |
| Hex | 5B | 56 | 8D | 23 | 27 | 0 | 2D | F5 | 18 | 2D |
| Octal | 133 | 126 | 215 | 43 | 47 | 0 | 55 | 365 | 30 | 55 |
| Binary | 1011011 | 1010110 | 10001101 | 100011 | 100111 | 0 | 101101 | 11110101 | 11000 | 101101 |
Color Harmonies of #5B568D
Complementary color
Monochromatic Colors of #5B568D
Black with #5B568D
Text Example
Text Example
White with #5B568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B568D; }
p { color: rgb(91,86,141); }
H1.HeaderClassName
{
color: #5B568D;
}
.AnyTagClassName
{
color: #5B568D;
}
</style>
background-color css
<style>
a { background-color: #5B568D; }
a { background-color: rgb(91,86,141); }
div.DivClassName
{
background-color: #5B568D;
}
.BgClassName
{
background-color: #5B568D;
}
</style>
border-color css
<style>
span { border-color: #5B568D; }
span { border-color: rgb(91,86,141); }
td.TdClassName
{
border-color: #5B568D;
}
.TagClassName
{
border-color: #5B568D;
}
</style>