Shades of Victoria #555076
Tints of Victoria #555076
RGB
CMYK
RGB Variations
Color information
#555076 (or 0x555076) is known color: Victoria. HEX triplet: 55, 50 and 76. RGB value is (85,80,118). Sum of RGB (Red+Green+Blue) = 85+80+118=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #555076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555076 is #AAAF89. Grayscale: #555555. Windows color (decimal): -11186058 or 7753813. OLE color: 7753813.
HSL color Cylindrical-coordinate representation of color #555076: hue angle of 247.89º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #555076 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 80 | 118 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.54 |
| HSL | 247.89º | 0.19% | 0.39% | - |
| HSV(B) | 247.89º | 0.32% | 0.46% | - |
| XYZ | 9.88 | 8.98 | 18.35 | - |
| YUV | 85.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 118 | 0.28 | 0.32 | 0 | 0.54 | 247.89 | 0.19 | 0.39 |
| Hex | 55 | 50 | 76 | 1C | 20 | 0 | 36 | F8 | 13 | 27 |
| Octal | 125 | 120 | 166 | 34 | 40 | 0 | 66 | 370 | 23 | 47 |
| Binary | 1010101 | 1010000 | 1110110 | 11100 | 100000 | 0 | 110110 | 11111000 | 10011 | 100111 |
Color Harmonies of #555076
Complementary color
Monochromatic Colors of #555076
Black with #555076
Text Example
Text Example
White with #555076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555076; }
p { color: rgb(85,80,118); }
H1.HeaderClassName
{
color: #555076;
}
.AnyTagClassName
{
color: #555076;
}
</style>
background-color css
<style>
a { background-color: #555076; }
a { background-color: rgb(85,80,118); }
div.DivClassName
{
background-color: #555076;
}
.BgClassName
{
background-color: #555076;
}
</style>
border-color css
<style>
span { border-color: #555076; }
span { border-color: rgb(85,80,118); }
td.TdClassName
{
border-color: #555076;
}
.TagClassName
{
border-color: #555076;
}
</style>