Shades of Victoria #55498D
Tints of Victoria #55498D
RGB
CMYK
RGB Variations
Color information
#55498D (or 0x55498D) is known color: Victoria. HEX triplet: 55, 49 and 8D. RGB value is (85,73,141). Sum of RGB (Red+Green+Blue) = 85+73+141=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #55498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55498D is #AAB672. Grayscale: #545454. Windows color (decimal): -11187827 or 9259349. OLE color: 9259349.
HSL color Cylindrical-coordinate representation of color #55498D: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55498D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 73 | 141 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.45 |
| HSL | 250.59º | 0.32% | 0.42% | - |
| HSV(B) | 250.59º | 0.48% | 0.55% | - |
| XYZ | 10.94 | 8.62 | 26.29 | - |
| YUV | 84.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 141 | 0.40 | 0.48 | 0 | 0.45 | 250.59 | 0.32 | 0.42 |
| Hex | 55 | 49 | 8D | 28 | 30 | 0 | 2D | FB | 20 | 2A |
| Octal | 125 | 111 | 215 | 50 | 60 | 0 | 55 | 373 | 40 | 52 |
| Binary | 1010101 | 1001001 | 10001101 | 101000 | 110000 | 0 | 101101 | 11111011 | 100000 | 101010 |
Color Harmonies of #55498D
Complementary color
Monochromatic Colors of #55498D
Black with #55498D
Text Example
Text Example
White with #55498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55498D; }
p { color: rgb(85,73,141); }
H1.HeaderClassName
{
color: #55498D;
}
.AnyTagClassName
{
color: #55498D;
}
</style>
background-color css
<style>
a { background-color: #55498D; }
a { background-color: rgb(85,73,141); }
div.DivClassName
{
background-color: #55498D;
}
.BgClassName
{
background-color: #55498D;
}
</style>
border-color css
<style>
span { border-color: #55498D; }
span { border-color: rgb(85,73,141); }
td.TdClassName
{
border-color: #55498D;
}
.TagClassName
{
border-color: #55498D;
}
</style>