Shades of Victoria #555486
Tints of Victoria #555486
RGB
CMYK
RGB Variations
Color information
#555486 (or 0x555486) is known color: Victoria. HEX triplet: 55, 54 and 86. RGB value is (85,84,134). Sum of RGB (Red+Green+Blue) = 85+84+134=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #555486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555486 is #AAAB79. Grayscale: #595959. Windows color (decimal): -11185018 or 8803413. OLE color: 8803413.
HSL color Cylindrical-coordinate representation of color #555486: hue angle of 241.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555486 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 84 | 134 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.47 |
| HSL | 241.2º | 0.23% | 0.43% | - |
| HSV(B) | 241.2º | 0.37% | 0.53% | - |
| XYZ | 11.22 | 9.99 | 23.89 | - |
| YUV | 90 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 134 | 0.37 | 0.37 | 0 | 0.47 | 241.2 | 0.23 | 0.43 |
| Hex | 55 | 54 | 86 | 25 | 25 | 0 | 2F | F1 | 17 | 2B |
| Octal | 125 | 124 | 206 | 45 | 45 | 0 | 57 | 361 | 27 | 53 |
| Binary | 1010101 | 1010100 | 10000110 | 100101 | 100101 | 0 | 101111 | 11110001 | 10111 | 101011 |
Color Harmonies of #555486
Complementary color
Monochromatic Colors of #555486
Black with #555486
Text Example
Text Example
White with #555486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555486; }
p { color: rgb(85,84,134); }
H1.HeaderClassName
{
color: #555486;
}
.AnyTagClassName
{
color: #555486;
}
</style>
background-color css
<style>
a { background-color: #555486; }
a { background-color: rgb(85,84,134); }
div.DivClassName
{
background-color: #555486;
}
.BgClassName
{
background-color: #555486;
}
</style>
border-color css
<style>
span { border-color: #555486; }
span { border-color: rgb(85,84,134); }
td.TdClassName
{
border-color: #555486;
}
.TagClassName
{
border-color: #555486;
}
</style>