Shades of Victoria #555485
Tints of Victoria #555485
RGB
CMYK
RGB Variations
Color information
#555485 (or 0x555485) is known color: Victoria. HEX triplet: 55, 54 and 85. RGB value is (85,84,133). Sum of RGB (Red+Green+Blue) = 85+84+133=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #555485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555485 is #AAAB7A. Grayscale: #595959. Windows color (decimal): -11185019 or 8737877. OLE color: 8737877.
HSL color Cylindrical-coordinate representation of color #555485: hue angle of 241.22º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555485 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 84 | 133 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.48 |
| HSL | 241.22º | 0.23% | 0.43% | - |
| HSV(B) | 241.22º | 0.37% | 0.52% | - |
| XYZ | 11.15 | 9.97 | 23.53 | - |
| YUV | 89.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 133 | 0.36 | 0.37 | 0 | 0.48 | 241.22 | 0.23 | 0.43 |
| Hex | 55 | 54 | 85 | 24 | 25 | 0 | 30 | F1 | 17 | 2B |
| Octal | 125 | 124 | 205 | 44 | 45 | 0 | 60 | 361 | 27 | 53 |
| Binary | 1010101 | 1010100 | 10000101 | 100100 | 100101 | 0 | 110000 | 11110001 | 10111 | 101011 |
Color Harmonies of #555485
Complementary color
Monochromatic Colors of #555485
Black with #555485
Text Example
Text Example
White with #555485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555485; }
p { color: rgb(85,84,133); }
H1.HeaderClassName
{
color: #555485;
}
.AnyTagClassName
{
color: #555485;
}
</style>
background-color css
<style>
a { background-color: #555485; }
a { background-color: rgb(85,84,133); }
div.DivClassName
{
background-color: #555485;
}
.BgClassName
{
background-color: #555485;
}
</style>
border-color css
<style>
span { border-color: #555485; }
span { border-color: rgb(85,84,133); }
td.TdClassName
{
border-color: #555485;
}
.TagClassName
{
border-color: #555485;
}
</style>