Shades of Victoria #555181
Tints of Victoria #555181
RGB
CMYK
RGB Variations
Color information
#555181 (or 0x555181) is known color: Victoria. HEX triplet: 55, 51 and 81. RGB value is (85,81,129). Sum of RGB (Red+Green+Blue) = 85+81+129=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #555181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555181 is #AAAE7E. Grayscale: #575757. Windows color (decimal): -11185791 or 8474965. OLE color: 8474965.
HSL color Cylindrical-coordinate representation of color #555181: hue angle of 245º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555181 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 81 | 129 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.49 |
| HSL | 245º | 0.23% | 0.41% | - |
| HSV(B) | 245º | 0.37% | 0.51% | - |
| XYZ | 10.65 | 9.4 | 22.02 | - |
| YUV | 87.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 129 | 0.34 | 0.37 | 0 | 0.49 | 245 | 0.23 | 0.41 |
| Hex | 55 | 51 | 81 | 22 | 25 | 0 | 31 | F5 | 17 | 29 |
| Octal | 125 | 121 | 201 | 42 | 45 | 0 | 61 | 365 | 27 | 51 |
| Binary | 1010101 | 1010001 | 10000001 | 100010 | 100101 | 0 | 110001 | 11110101 | 10111 | 101001 |
Color Harmonies of #555181
Complementary color
Monochromatic Colors of #555181
Black with #555181
Text Example
Text Example
White with #555181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555181; }
p { color: rgb(85,81,129); }
H1.HeaderClassName
{
color: #555181;
}
.AnyTagClassName
{
color: #555181;
}
</style>
background-color css
<style>
a { background-color: #555181; }
a { background-color: rgb(85,81,129); }
div.DivClassName
{
background-color: #555181;
}
.BgClassName
{
background-color: #555181;
}
</style>
border-color css
<style>
span { border-color: #555181; }
span { border-color: rgb(85,81,129); }
td.TdClassName
{
border-color: #555181;
}
.TagClassName
{
border-color: #555181;
}
</style>