Shades of Millbrook #55544E
Tints of Millbrook #55544E
RGB
CMYK
RGB Variations
Color information
#55544E (or 0x55544E) is known color: Millbrook. HEX triplet: 55, 54 and 4E. RGB value is (85,84,78). Sum of RGB (Red+Green+Blue) = 85+84+78=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #55544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55544E is #AAABB1. Grayscale: #535353. Windows color (decimal): -11185074 or 5133397. OLE color: 5133397.
HSL color Cylindrical-coordinate representation of color #55544E: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55544E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 78 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.67 |
| HSL | 51.43º | 0.04% | 0.32% | - |
| HSV(B) | 51.43º | 0.08% | 0.33% | - |
| XYZ | 8.29 | 8.82 | 8.47 | - |
| YUV | 83.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 78 | 0 | 0.01 | 0.08 | 0.67 | 51.43 | 0.04 | 0.32 |
| Hex | 55 | 54 | 4E | 0 | 1 | 8 | 43 | 33 | 4 | 20 |
| Octal | 125 | 124 | 116 | 0 | 1 | 10 | 103 | 63 | 4 | 40 |
| Binary | 1010101 | 1010100 | 1001110 | 0 | 1 | 1000 | 1000011 | 110011 | 100 | 100000 |
Color Harmonies of #55544E
Complementary color
Monochromatic Colors of #55544E
Black with #55544E
Text Example
Text Example
White with #55544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55544E; }
p { color: rgb(85,84,78); }
H1.HeaderClassName
{
color: #55544E;
}
.AnyTagClassName
{
color: #55544E;
}
</style>
background-color css
<style>
a { background-color: #55544E; }
a { background-color: rgb(85,84,78); }
div.DivClassName
{
background-color: #55544E;
}
.BgClassName
{
background-color: #55544E;
}
</style>
border-color css
<style>
span { border-color: #55544E; }
span { border-color: rgb(85,84,78); }
td.TdClassName
{
border-color: #55544E;
}
.TagClassName
{
border-color: #55544E;
}
</style>