Shades of Victoria #55508D
Tints of Victoria #55508D
RGB
CMYK
RGB Variations
Color information
#55508D (or 0x55508D) is known color: Victoria. HEX triplet: 55, 50 and 8D. RGB value is (85,80,141). Sum of RGB (Red+Green+Blue) = 85+80+141=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #55508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55508D is #AAAF72. Grayscale: #585858. Windows color (decimal): -11186035 or 9261141. OLE color: 9261141.
HSL color Cylindrical-coordinate representation of color #55508D: hue angle of 244.92º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55508D is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 80 | 141 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.45 |
| HSL | 244.92º | 0.28% | 0.43% | - |
| HSV(B) | 244.92º | 0.43% | 0.55% | - |
| XYZ | 11.42 | 9.59 | 26.45 | - |
| YUV | 88.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 141 | 0.40 | 0.43 | 0 | 0.45 | 244.92 | 0.28 | 0.43 |
| Hex | 55 | 50 | 8D | 28 | 2B | 0 | 2D | F5 | 1C | 2B |
| Octal | 125 | 120 | 215 | 50 | 53 | 0 | 55 | 365 | 34 | 53 |
| Binary | 1010101 | 1010000 | 10001101 | 101000 | 101011 | 0 | 101101 | 11110101 | 11100 | 101011 |
Color Harmonies of #55508D
Complementary color
Monochromatic Colors of #55508D
Black with #55508D
Text Example
Text Example
White with #55508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55508D; }
p { color: rgb(85,80,141); }
H1.HeaderClassName
{
color: #55508D;
}
.AnyTagClassName
{
color: #55508D;
}
</style>
background-color css
<style>
a { background-color: #55508D; }
a { background-color: rgb(85,80,141); }
div.DivClassName
{
background-color: #55508D;
}
.BgClassName
{
background-color: #55508D;
}
</style>
border-color css
<style>
span { border-color: #55508D; }
span { border-color: rgb(85,80,141); }
td.TdClassName
{
border-color: #55508D;
}
.TagClassName
{
border-color: #55508D;
}
</style>