Shades of Millbrook #55544F
Tints of Millbrook #55544F
RGB
CMYK
RGB Variations
Color information
#55544F (or 0x55544F) is known color: Millbrook. HEX triplet: 55, 54 and 4F. RGB value is (85,84,79). Sum of RGB (Red+Green+Blue) = 85+84+79=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #55544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55544F is #AAABB0. Grayscale: #535353. Windows color (decimal): -11185073 or 5198933. OLE color: 5198933.
HSL color Cylindrical-coordinate representation of color #55544F: hue angle of 50º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55544F is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 79 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.67 |
| HSL | 50º | 0.04% | 0.32% | - |
| HSV(B) | 50º | 0.07% | 0.33% | - |
| XYZ | 8.33 | 8.84 | 8.66 | - |
| YUV | 83.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 79 | 0 | 0.01 | 0.07 | 0.67 | 50 | 0.04 | 0.32 |
| Hex | 55 | 54 | 4F | 0 | 1 | 7 | 43 | 32 | 4 | 20 |
| Octal | 125 | 124 | 117 | 0 | 1 | 7 | 103 | 62 | 4 | 40 |
| Binary | 1010101 | 1010100 | 1001111 | 0 | 1 | 111 | 1000011 | 110010 | 100 | 100000 |
Color Harmonies of #55544F
Complementary color
Monochromatic Colors of #55544F
Black with #55544F
Text Example
Text Example
White with #55544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55544F; }
p { color: rgb(85,84,79); }
H1.HeaderClassName
{
color: #55544F;
}
.AnyTagClassName
{
color: #55544F;
}
</style>
background-color css
<style>
a { background-color: #55544F; }
a { background-color: rgb(85,84,79); }
div.DivClassName
{
background-color: #55544F;
}
.BgClassName
{
background-color: #55544F;
}
</style>
border-color css
<style>
span { border-color: #55544F; }
span { border-color: rgb(85,84,79); }
td.TdClassName
{
border-color: #55544F;
}
.TagClassName
{
border-color: #55544F;
}
</style>