Shades of Victoria #5B567C
Tints of Victoria #5B567C
RGB
CMYK
RGB Variations
Color information
#5B567C (or 0x5B567C) is known color: Victoria. HEX triplet: 5B, 56 and 7C. RGB value is (91,86,124). Sum of RGB (Red+Green+Blue) = 91+86+124=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B567C is #A4A983. Grayscale: #5B5B5B. Windows color (decimal): -10791300 or 8148571. OLE color: 8148571.
HSL color Cylindrical-coordinate representation of color #5B567C: hue angle of 247.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B567C is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 86 | 124 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.51 |
| HSL | 247.89º | 0.18% | 0.41% | - |
| HSV(B) | 247.89º | 0.31% | 0.49% | - |
| XYZ | 11.28 | 10.33 | 20.47 | - |
| YUV | 91.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 124 | 0.27 | 0.31 | 0 | 0.51 | 247.89 | 0.18 | 0.41 |
| Hex | 5B | 56 | 7C | 1B | 1F | 0 | 33 | F8 | 12 | 29 |
| Octal | 133 | 126 | 174 | 33 | 37 | 0 | 63 | 370 | 22 | 51 |
| Binary | 1011011 | 1010110 | 1111100 | 11011 | 11111 | 0 | 110011 | 11111000 | 10010 | 101001 |
Color Harmonies of #5B567C
Complementary color
Monochromatic Colors of #5B567C
Black with #5B567C
Text Example
Text Example
White with #5B567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B567C; }
p { color: rgb(91,86,124); }
H1.HeaderClassName
{
color: #5B567C;
}
.AnyTagClassName
{
color: #5B567C;
}
</style>
background-color css
<style>
a { background-color: #5B567C; }
a { background-color: rgb(91,86,124); }
div.DivClassName
{
background-color: #5B567C;
}
.BgClassName
{
background-color: #5B567C;
}
</style>
border-color css
<style>
span { border-color: #5B567C; }
span { border-color: rgb(91,86,124); }
td.TdClassName
{
border-color: #5B567C;
}
.TagClassName
{
border-color: #5B567C;
}
</style>