Shades of Victoria #5B567B
Tints of Victoria #5B567B
RGB
CMYK
RGB Variations
Color information
#5B567B (or 0x5B567B) is known color: Victoria. HEX triplet: 5B, 56 and 7B. RGB value is (91,86,123). Sum of RGB (Red+Green+Blue) = 91+86+123=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B567B is #A4A984. Grayscale: #5B5B5B. Windows color (decimal): -10791301 or 8083035. OLE color: 8083035.
HSL color Cylindrical-coordinate representation of color #5B567B: hue angle of 248.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B567B is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 86 | 123 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.52 |
| HSL | 248.11º | 0.18% | 0.41% | - |
| HSV(B) | 248.11º | 0.3% | 0.48% | - |
| XYZ | 11.22 | 10.31 | 20.14 | - |
| YUV | 91.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 123 | 0.26 | 0.30 | 0 | 0.52 | 248.11 | 0.18 | 0.41 |
| Hex | 5B | 56 | 7B | 1A | 1E | 0 | 34 | F8 | 12 | 29 |
| Octal | 133 | 126 | 173 | 32 | 36 | 0 | 64 | 370 | 22 | 51 |
| Binary | 1011011 | 1010110 | 1111011 | 11010 | 11110 | 0 | 110100 | 11111000 | 10010 | 101001 |
Color Harmonies of #5B567B
Complementary color
Monochromatic Colors of #5B567B
Black with #5B567B
Text Example
Text Example
White with #5B567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B567B; }
p { color: rgb(91,86,123); }
H1.HeaderClassName
{
color: #5B567B;
}
.AnyTagClassName
{
color: #5B567B;
}
</style>
background-color css
<style>
a { background-color: #5B567B; }
a { background-color: rgb(91,86,123); }
div.DivClassName
{
background-color: #5B567B;
}
.BgClassName
{
background-color: #5B567B;
}
</style>
border-color css
<style>
span { border-color: #5B567B; }
span { border-color: rgb(91,86,123); }
td.TdClassName
{
border-color: #5B567B;
}
.TagClassName
{
border-color: #5B567B;
}
</style>