Shades of Victoria #5B567D
Tints of Victoria #5B567D
RGB
CMYK
RGB Variations
Color information
#5B567D (or 0x5B567D) is known color: Victoria. HEX triplet: 5B, 56 and 7D. RGB value is (91,86,125). Sum of RGB (Red+Green+Blue) = 91+86+125=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B567D is #A4A982. Grayscale: #5B5B5B. Windows color (decimal): -10791299 or 8214107. OLE color: 8214107.
HSL color Cylindrical-coordinate representation of color #5B567D: hue angle of 247.69º 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 #5B567D is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 86 | 125 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.51 |
| HSL | 247.69º | 0.18% | 0.41% | - |
| HSV(B) | 247.69º | 0.31% | 0.49% | - |
| XYZ | 11.34 | 10.36 | 20.8 | - |
| YUV | 91.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 125 | 0.27 | 0.31 | 0 | 0.51 | 247.69 | 0.18 | 0.41 |
| Hex | 5B | 56 | 7D | 1B | 1F | 0 | 33 | F8 | 12 | 29 |
| Octal | 133 | 126 | 175 | 33 | 37 | 0 | 63 | 370 | 22 | 51 |
| Binary | 1011011 | 1010110 | 1111101 | 11011 | 11111 | 0 | 110011 | 11111000 | 10010 | 101001 |
Color Harmonies of #5B567D
Complementary color
Monochromatic Colors of #5B567D
Black with #5B567D
Text Example
Text Example
White with #5B567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B567D; }
p { color: rgb(91,86,125); }
H1.HeaderClassName
{
color: #5B567D;
}
.AnyTagClassName
{
color: #5B567D;
}
</style>
background-color css
<style>
a { background-color: #5B567D; }
a { background-color: rgb(91,86,125); }
div.DivClassName
{
background-color: #5B567D;
}
.BgClassName
{
background-color: #5B567D;
}
</style>
border-color css
<style>
span { border-color: #5B567D; }
span { border-color: rgb(91,86,125); }
td.TdClassName
{
border-color: #5B567D;
}
.TagClassName
{
border-color: #5B567D;
}
</style>