Shades of Victoria #55497E
Tints of Victoria #55497E
RGB
CMYK
RGB Variations
Color information
#55497E (or 0x55497E) is known color: Victoria. HEX triplet: 55, 49 and 7E. RGB value is (85,73,126). Sum of RGB (Red+Green+Blue) = 85+73+126=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #55497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55497E is #AAB681. Grayscale: #525252. Windows color (decimal): -11187842 or 8276309. OLE color: 8276309.
HSL color Cylindrical-coordinate representation of color #55497E: hue angle of 253.58º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55497E is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 73 | 126 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.51 |
| HSL | 253.58º | 0.27% | 0.39% | - |
| HSV(B) | 253.58º | 0.42% | 0.49% | - |
| XYZ | 9.89 | 8.2 | 20.8 | - |
| YUV | 82.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 126 | 0.33 | 0.42 | 0 | 0.51 | 253.58 | 0.27 | 0.39 |
| Hex | 55 | 49 | 7E | 21 | 2A | 0 | 33 | FE | 1B | 27 |
| Octal | 125 | 111 | 176 | 41 | 52 | 0 | 63 | 376 | 33 | 47 |
| Binary | 1010101 | 1001001 | 1111110 | 100001 | 101010 | 0 | 110011 | 11111110 | 11011 | 100111 |
Color Harmonies of #55497E
Complementary color
Monochromatic Colors of #55497E
Black with #55497E
Text Example
Text Example
White with #55497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55497E; }
p { color: rgb(85,73,126); }
H1.HeaderClassName
{
color: #55497E;
}
.AnyTagClassName
{
color: #55497E;
}
</style>
background-color css
<style>
a { background-color: #55497E; }
a { background-color: rgb(85,73,126); }
div.DivClassName
{
background-color: #55497E;
}
.BgClassName
{
background-color: #55497E;
}
</style>
border-color css
<style>
span { border-color: #55497E; }
span { border-color: rgb(85,73,126); }
td.TdClassName
{
border-color: #55497E;
}
.TagClassName
{
border-color: #55497E;
}
</style>