Shades of Victoria #55497D
Tints of Victoria #55497D
RGB
CMYK
RGB Variations
Color information
#55497D (or 0x55497D) is known color: Victoria. HEX triplet: 55, 49 and 7D. RGB value is (85,73,125). Sum of RGB (Red+Green+Blue) = 85+73+125=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #55497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55497D is #AAB682. Grayscale: #525252. Windows color (decimal): -11187843 or 8210773. OLE color: 8210773.
HSL color Cylindrical-coordinate representation of color #55497D: hue angle of 253.85º degrees, saturation: 0.26, 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 #55497D is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 73 | 125 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.51 |
| HSL | 253.85º | 0.26% | 0.39% | - |
| HSV(B) | 253.85º | 0.42% | 0.49% | - |
| XYZ | 9.83 | 8.18 | 20.46 | - |
| YUV | 82.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 125 | 0.32 | 0.42 | 0 | 0.51 | 253.85 | 0.26 | 0.39 |
| Hex | 55 | 49 | 7D | 20 | 2A | 0 | 33 | FE | 1A | 27 |
| Octal | 125 | 111 | 175 | 40 | 52 | 0 | 63 | 376 | 32 | 47 |
| Binary | 1010101 | 1001001 | 1111101 | 100000 | 101010 | 0 | 110011 | 11111110 | 11010 | 100111 |
Color Harmonies of #55497D
Complementary color
Monochromatic Colors of #55497D
Black with #55497D
Text Example
Text Example
White with #55497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55497D; }
p { color: rgb(85,73,125); }
H1.HeaderClassName
{
color: #55497D;
}
.AnyTagClassName
{
color: #55497D;
}
</style>
background-color css
<style>
a { background-color: #55497D; }
a { background-color: rgb(85,73,125); }
div.DivClassName
{
background-color: #55497D;
}
.BgClassName
{
background-color: #55497D;
}
</style>
border-color css
<style>
span { border-color: #55497D; }
span { border-color: rgb(85,73,125); }
td.TdClassName
{
border-color: #55497D;
}
.TagClassName
{
border-color: #55497D;
}
</style>