Shades of Millbrook #555447
Tints of Millbrook #555447
RGB
CMYK
RGB Variations
Color information
#555447 (or 0x555447) is known color: Millbrook. HEX triplet: 55, 54 and 47. RGB value is (85,84,71). Sum of RGB (Red+Green+Blue) = 85+84+71=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #555447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555447 is #AAABB8. Grayscale: #525252. Windows color (decimal): -11185081 or 4674645. OLE color: 4674645.
HSL color Cylindrical-coordinate representation of color #555447: hue angle of 55.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555447 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 71 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.67 |
| HSL | 55.71º | 0.09% | 0.31% | - |
| HSV(B) | 55.71º | 0.16% | 0.33% | - |
| XYZ | 8.05 | 8.73 | 7.22 | - |
| YUV | 82.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 71 | 0 | 0.01 | 0.16 | 0.67 | 55.71 | 0.09 | 0.31 |
| Hex | 55 | 54 | 47 | 0 | 1 | 10 | 43 | 38 | 9 | 1F |
| Octal | 125 | 124 | 107 | 0 | 1 | 20 | 103 | 70 | 11 | 37 |
| Binary | 1010101 | 1010100 | 1000111 | 0 | 1 | 10000 | 1000011 | 111000 | 1001 | 11111 |
Color Harmonies of #555447
Complementary color
Monochromatic Colors of #555447
Black with #555447
Text Example
Text Example
White with #555447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555447; }
p { color: rgb(85,84,71); }
H1.HeaderClassName
{
color: #555447;
}
.AnyTagClassName
{
color: #555447;
}
</style>
background-color css
<style>
a { background-color: #555447; }
a { background-color: rgb(85,84,71); }
div.DivClassName
{
background-color: #555447;
}
.BgClassName
{
background-color: #555447;
}
</style>
border-color css
<style>
span { border-color: #555447; }
span { border-color: rgb(85,84,71); }
td.TdClassName
{
border-color: #555447;
}
.TagClassName
{
border-color: #555447;
}
</style>