Shades of Victoria #555184
Tints of Victoria #555184
RGB
CMYK
RGB Variations
Color information
#555184 (or 0x555184) is known color: Victoria. HEX triplet: 55, 51 and 84. RGB value is (85,81,132). Sum of RGB (Red+Green+Blue) = 85+81+132=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #555184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555184 is #AAAE7B. Grayscale: #575757. Windows color (decimal): -11185788 or 8671573. OLE color: 8671573.
HSL color Cylindrical-coordinate representation of color #555184: hue angle of 244.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555184 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 81 | 132 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.48 |
| HSL | 244.71º | 0.24% | 0.42% | - |
| HSV(B) | 244.71º | 0.39% | 0.52% | - |
| XYZ | 10.85 | 9.48 | 23.09 | - |
| YUV | 88.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 132 | 0.36 | 0.39 | 0 | 0.48 | 244.71 | 0.24 | 0.42 |
| Hex | 55 | 51 | 84 | 24 | 27 | 0 | 30 | F5 | 18 | 2A |
| Octal | 125 | 121 | 204 | 44 | 47 | 0 | 60 | 365 | 30 | 52 |
| Binary | 1010101 | 1010001 | 10000100 | 100100 | 100111 | 0 | 110000 | 11110101 | 11000 | 101010 |
Color Harmonies of #555184
Complementary color
Monochromatic Colors of #555184
Black with #555184
Text Example
Text Example
White with #555184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555184; }
p { color: rgb(85,81,132); }
H1.HeaderClassName
{
color: #555184;
}
.AnyTagClassName
{
color: #555184;
}
</style>
background-color css
<style>
a { background-color: #555184; }
a { background-color: rgb(85,81,132); }
div.DivClassName
{
background-color: #555184;
}
.BgClassName
{
background-color: #555184;
}
</style>
border-color css
<style>
span { border-color: #555184; }
span { border-color: rgb(85,81,132); }
td.TdClassName
{
border-color: #555184;
}
.TagClassName
{
border-color: #555184;
}
</style>