Shades of Victoria #55498E
Tints of Victoria #55498E
RGB
CMYK
RGB Variations
Color information
#55498E (or 0x55498E) is known color: Victoria. HEX triplet: 55, 49 and 8E. RGB value is (85,73,142). Sum of RGB (Red+Green+Blue) = 85+73+142=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #55498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55498E is #AAB671. Grayscale: #545454. Windows color (decimal): -11187826 or 9324885. OLE color: 9324885.
HSL color Cylindrical-coordinate representation of color #55498E: hue angle of 250.43º 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 #55498E is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 73 | 142 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.44 |
| HSL | 250.43º | 0.32% | 0.42% | - |
| HSV(B) | 250.43º | 0.49% | 0.56% | - |
| XYZ | 11.01 | 8.65 | 26.68 | - |
| YUV | 84.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 142 | 0.40 | 0.49 | 0 | 0.44 | 250.43 | 0.32 | 0.42 |
| Hex | 55 | 49 | 8E | 28 | 31 | 0 | 2C | FA | 20 | 2A |
| Octal | 125 | 111 | 216 | 50 | 61 | 0 | 54 | 372 | 40 | 52 |
| Binary | 1010101 | 1001001 | 10001110 | 101000 | 110001 | 0 | 101100 | 11111010 | 100000 | 101010 |
Color Harmonies of #55498E
Complementary color
Monochromatic Colors of #55498E
Black with #55498E
Text Example
Text Example
White with #55498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55498E; }
p { color: rgb(85,73,142); }
H1.HeaderClassName
{
color: #55498E;
}
.AnyTagClassName
{
color: #55498E;
}
</style>
background-color css
<style>
a { background-color: #55498E; }
a { background-color: rgb(85,73,142); }
div.DivClassName
{
background-color: #55498E;
}
.BgClassName
{
background-color: #55498E;
}
</style>
border-color css
<style>
span { border-color: #55498E; }
span { border-color: rgb(85,73,142); }
td.TdClassName
{
border-color: #55498E;
}
.TagClassName
{
border-color: #55498E;
}
</style>