Shades of Victoria #555177
Tints of Victoria #555177
RGB
CMYK
RGB Variations
Color information
#555177 (or 0x555177) is known color: Victoria. HEX triplet: 55, 51 and 77. RGB value is (85,81,119). Sum of RGB (Red+Green+Blue) = 85+81+119=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #555177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555177 is #AAAE88. Grayscale: #565656. Windows color (decimal): -11185801 or 7819605. OLE color: 7819605.
HSL color Cylindrical-coordinate representation of color #555177: hue angle of 246.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #555177 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 81 | 119 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.53 |
| HSL | 246.32º | 0.19% | 0.39% | - |
| HSV(B) | 246.32º | 0.32% | 0.47% | - |
| XYZ | 10.02 | 9.15 | 18.69 | - |
| YUV | 86.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 119 | 0.29 | 0.32 | 0 | 0.53 | 246.32 | 0.19 | 0.39 |
| Hex | 55 | 51 | 77 | 1D | 20 | 0 | 35 | F6 | 13 | 27 |
| Octal | 125 | 121 | 167 | 35 | 40 | 0 | 65 | 366 | 23 | 47 |
| Binary | 1010101 | 1010001 | 1110111 | 11101 | 100000 | 0 | 110101 | 11110110 | 10011 | 100111 |
Color Harmonies of #555177
Complementary color
Monochromatic Colors of #555177
Black with #555177
Text Example
Text Example
White with #555177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555177; }
p { color: rgb(85,81,119); }
H1.HeaderClassName
{
color: #555177;
}
.AnyTagClassName
{
color: #555177;
}
</style>
background-color css
<style>
a { background-color: #555177; }
a { background-color: rgb(85,81,119); }
div.DivClassName
{
background-color: #555177;
}
.BgClassName
{
background-color: #555177;
}
</style>
border-color css
<style>
span { border-color: #555177; }
span { border-color: rgb(85,81,119); }
td.TdClassName
{
border-color: #555177;
}
.TagClassName
{
border-color: #555177;
}
</style>