Shades of Victoria #55487E
Tints of Victoria #55487E
RGB
CMYK
RGB Variations
Color information
#55487E (or 0x55487E) is known color: Victoria. HEX triplet: 55, 48 and 7E. RGB value is (85,72,126). Sum of RGB (Red+Green+Blue) = 85+72+126=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #55487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487E is #AAB781. Grayscale: #515151. Windows color (decimal): -11188098 or 8276053. OLE color: 8276053.
HSL color Cylindrical-coordinate representation of color #55487E: hue angle of 254.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55487E is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 72 | 126 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.51 |
| HSL | 254.44º | 0.27% | 0.39% | - |
| HSV(B) | 254.44º | 0.43% | 0.49% | - |
| XYZ | 9.83 | 8.07 | 20.78 | - |
| YUV | 82.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 126 | 0.33 | 0.43 | 0 | 0.51 | 254.44 | 0.27 | 0.39 |
| Hex | 55 | 48 | 7E | 21 | 2B | 0 | 33 | FE | 1B | 27 |
| Octal | 125 | 110 | 176 | 41 | 53 | 0 | 63 | 376 | 33 | 47 |
| Binary | 1010101 | 1001000 | 1111110 | 100001 | 101011 | 0 | 110011 | 11111110 | 11011 | 100111 |
Color Harmonies of #55487E
Complementary color
Monochromatic Colors of #55487E
Black with #55487E
Text Example
Text Example
White with #55487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55487E; }
p { color: rgb(85,72,126); }
H1.HeaderClassName
{
color: #55487E;
}
.AnyTagClassName
{
color: #55487E;
}
</style>
background-color css
<style>
a { background-color: #55487E; }
a { background-color: rgb(85,72,126); }
div.DivClassName
{
background-color: #55487E;
}
.BgClassName
{
background-color: #55487E;
}
</style>
border-color css
<style>
span { border-color: #55487E; }
span { border-color: rgb(85,72,126); }
td.TdClassName
{
border-color: #55487E;
}
.TagClassName
{
border-color: #55487E;
}
</style>