Shades of Victoria #55498F
Tints of Victoria #55498F
RGB
CMYK
RGB Variations
Color information
#55498F (or 0x55498F) is known color: Victoria. HEX triplet: 55, 49 and 8F. RGB value is (85,73,143). Sum of RGB (Red+Green+Blue) = 85+73+143=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #55498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55498F is #AAB670. Grayscale: #545454. Windows color (decimal): -11187825 or 9390421. OLE color: 9390421.
HSL color Cylindrical-coordinate representation of color #55498F: hue angle of 250.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55498F is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 73 | 143 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.44 |
| HSL | 250.29º | 0.32% | 0.42% | - |
| HSV(B) | 250.29º | 0.49% | 0.56% | - |
| XYZ | 11.09 | 8.68 | 27.08 | - |
| YUV | 84.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 143 | 0.41 | 0.49 | 0 | 0.44 | 250.29 | 0.32 | 0.42 |
| Hex | 55 | 49 | 8F | 29 | 31 | 0 | 2C | FA | 20 | 2A |
| Octal | 125 | 111 | 217 | 51 | 61 | 0 | 54 | 372 | 40 | 52 |
| Binary | 1010101 | 1001001 | 10001111 | 101001 | 110001 | 0 | 101100 | 11111010 | 100000 | 101010 |
Color Harmonies of #55498F
Complementary color
Monochromatic Colors of #55498F
Black with #55498F
Text Example
Text Example
White with #55498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55498F; }
p { color: rgb(85,73,143); }
H1.HeaderClassName
{
color: #55498F;
}
.AnyTagClassName
{
color: #55498F;
}
</style>
background-color css
<style>
a { background-color: #55498F; }
a { background-color: rgb(85,73,143); }
div.DivClassName
{
background-color: #55498F;
}
.BgClassName
{
background-color: #55498F;
}
</style>
border-color css
<style>
span { border-color: #55498F; }
span { border-color: rgb(85,73,143); }
td.TdClassName
{
border-color: #55498F;
}
.TagClassName
{
border-color: #55498F;
}
</style>