Shades of Victoria #55547E
Tints of Victoria #55547E
RGB
CMYK
RGB Variations
Color information
#55547E (or 0x55547E) is known color: Victoria. HEX triplet: 55, 54 and 7E. RGB value is (85,84,126). Sum of RGB (Red+Green+Blue) = 85+84+126=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #55547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55547E is #AAAB81. Grayscale: #585858. Windows color (decimal): -11185026 or 8279125. OLE color: 8279125.
HSL color Cylindrical-coordinate representation of color #55547E: hue angle of 241.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55547E is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 84 | 126 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.51 |
| HSL | 241.43º | 0.2% | 0.41% | - |
| HSV(B) | 241.43º | 0.33% | 0.49% | - |
| XYZ | 10.68 | 9.78 | 21.06 | - |
| YUV | 89.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 126 | 0.33 | 0.33 | 0 | 0.51 | 241.43 | 0.2 | 0.41 |
| Hex | 55 | 54 | 7E | 21 | 21 | 0 | 33 | F1 | 14 | 29 |
| Octal | 125 | 124 | 176 | 41 | 41 | 0 | 63 | 361 | 24 | 51 |
| Binary | 1010101 | 1010100 | 1111110 | 100001 | 100001 | 0 | 110011 | 11110001 | 10100 | 101001 |
Color Harmonies of #55547E
Complementary color
Monochromatic Colors of #55547E
Black with #55547E
Text Example
Text Example
White with #55547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55547E; }
p { color: rgb(85,84,126); }
H1.HeaderClassName
{
color: #55547E;
}
.AnyTagClassName
{
color: #55547E;
}
</style>
background-color css
<style>
a { background-color: #55547E; }
a { background-color: rgb(85,84,126); }
div.DivClassName
{
background-color: #55547E;
}
.BgClassName
{
background-color: #55547E;
}
</style>
border-color css
<style>
span { border-color: #55547E; }
span { border-color: rgb(85,84,126); }
td.TdClassName
{
border-color: #55547E;
}
.TagClassName
{
border-color: #55547E;
}
</style>