Shades of Victoria #5B547B
Tints of Victoria #5B547B
RGB
CMYK
RGB Variations
Color information
#5B547B (or 0x5B547B) is known color: Victoria. HEX triplet: 5B, 54 and 7B. RGB value is (91,84,123). Sum of RGB (Red+Green+Blue) = 91+84+123=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B547B is #A4AB84. Grayscale: #5A5A5A. Windows color (decimal): -10791813 or 8082523. OLE color: 8082523.
HSL color Cylindrical-coordinate representation of color #5B547B: hue angle of 250.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B547B is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 84 | 123 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.52 |
| HSL | 250.77º | 0.19% | 0.41% | - |
| HSV(B) | 250.77º | 0.32% | 0.48% | - |
| XYZ | 11.06 | 9.99 | 20.09 | - |
| YUV | 90.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 123 | 0.26 | 0.32 | 0 | 0.52 | 250.77 | 0.19 | 0.41 |
| Hex | 5B | 54 | 7B | 1A | 20 | 0 | 34 | FB | 13 | 29 |
| Octal | 133 | 124 | 173 | 32 | 40 | 0 | 64 | 373 | 23 | 51 |
| Binary | 1011011 | 1010100 | 1111011 | 11010 | 100000 | 0 | 110100 | 11111011 | 10011 | 101001 |
Color Harmonies of #5B547B
Complementary color
Monochromatic Colors of #5B547B
Black with #5B547B
Text Example
Text Example
White with #5B547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B547B; }
p { color: rgb(91,84,123); }
H1.HeaderClassName
{
color: #5B547B;
}
.AnyTagClassName
{
color: #5B547B;
}
</style>
background-color css
<style>
a { background-color: #5B547B; }
a { background-color: rgb(91,84,123); }
div.DivClassName
{
background-color: #5B547B;
}
.BgClassName
{
background-color: #5B547B;
}
</style>
border-color css
<style>
span { border-color: #5B547B; }
span { border-color: rgb(91,84,123); }
td.TdClassName
{
border-color: #5B547B;
}
.TagClassName
{
border-color: #5B547B;
}
</style>