Shades of Victoria #5B547A
Tints of Victoria #5B547A
RGB
CMYK
RGB Variations
Color information
#5B547A (or 0x5B547A) is known color: Victoria. HEX triplet: 5B, 54 and 7A. RGB value is (91,84,122). Sum of RGB (Red+Green+Blue) = 91+84+122=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B547A is #A4AB85. Grayscale: #5A5A5A. Windows color (decimal): -10791814 or 8016987. OLE color: 8016987.
HSL color Cylindrical-coordinate representation of color #5B547A: hue angle of 251.05º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B547A is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 84 | 122 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.52 |
| HSL | 251.05º | 0.18% | 0.4% | - |
| HSV(B) | 251.05º | 0.31% | 0.48% | - |
| XYZ | 11 | 9.97 | 19.76 | - |
| YUV | 90.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 122 | 0.25 | 0.31 | 0 | 0.52 | 251.05 | 0.18 | 0.4 |
| Hex | 5B | 54 | 7A | 19 | 1F | 0 | 34 | FB | 12 | 28 |
| Octal | 133 | 124 | 172 | 31 | 37 | 0 | 64 | 373 | 22 | 50 |
| Binary | 1011011 | 1010100 | 1111010 | 11001 | 11111 | 0 | 110100 | 11111011 | 10010 | 101000 |
Color Harmonies of #5B547A
Complementary color
Monochromatic Colors of #5B547A
Black with #5B547A
Text Example
Text Example
White with #5B547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B547A; }
p { color: rgb(91,84,122); }
H1.HeaderClassName
{
color: #5B547A;
}
.AnyTagClassName
{
color: #5B547A;
}
</style>
background-color css
<style>
a { background-color: #5B547A; }
a { background-color: rgb(91,84,122); }
div.DivClassName
{
background-color: #5B547A;
}
.BgClassName
{
background-color: #5B547A;
}
</style>
border-color css
<style>
span { border-color: #5B547A; }
span { border-color: rgb(91,84,122); }
td.TdClassName
{
border-color: #5B547A;
}
.TagClassName
{
border-color: #5B547A;
}
</style>