Shades of Millbrook #57554D
Tints of Millbrook #57554D
RGB
CMYK
RGB Variations
Color information
#57554D (or 0x57554D) is known color: Millbrook. HEX triplet: 57, 55 and 4D. RGB value is (87,85,77). Sum of RGB (Red+Green+Blue) = 87+85+77=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #57554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57554D is #A8AAB2. Grayscale: #545454. Windows color (decimal): -11053747 or 5068119. OLE color: 5068119.
HSL color Cylindrical-coordinate representation of color #57554D: hue angle of 48º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57554D is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 77 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.66 |
| HSL | 48º | 0.06% | 0.32% | - |
| HSV(B) | 48º | 0.11% | 0.34% | - |
| XYZ | 8.52 | 9.06 | 8.32 | - |
| YUV | 84.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 77 | 0 | 0.02 | 0.11 | 0.66 | 48 | 0.06 | 0.32 |
| Hex | 57 | 55 | 4D | 0 | 2 | B | 42 | 30 | 6 | 20 |
| Octal | 127 | 125 | 115 | 0 | 2 | 13 | 102 | 60 | 6 | 40 |
| Binary | 1010111 | 1010101 | 1001101 | 0 | 10 | 1011 | 1000010 | 110000 | 110 | 100000 |
Color Harmonies of #57554D
Complementary color
Monochromatic Colors of #57554D
Black with #57554D
Text Example
Text Example
White with #57554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57554D; }
p { color: rgb(87,85,77); }
H1.HeaderClassName
{
color: #57554D;
}
.AnyTagClassName
{
color: #57554D;
}
</style>
background-color css
<style>
a { background-color: #57554D; }
a { background-color: rgb(87,85,77); }
div.DivClassName
{
background-color: #57554D;
}
.BgClassName
{
background-color: #57554D;
}
</style>
border-color css
<style>
span { border-color: #57554D; }
span { border-color: rgb(87,85,77); }
td.TdClassName
{
border-color: #57554D;
}
.TagClassName
{
border-color: #57554D;
}
</style>