Shades of Millbrook #59574D
Tints of Millbrook #59574D
RGB
CMYK
RGB Variations
Color information
#59574D (or 0x59574D) is known color: Millbrook. HEX triplet: 59, 57 and 4D. RGB value is (89,87,77). Sum of RGB (Red+Green+Blue) = 89+87+77=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #59574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59574D is #A6A8B2. Grayscale: #565656. Windows color (decimal): -10922163 or 5068633. OLE color: 5068633.
HSL color Cylindrical-coordinate representation of color #59574D: hue angle of 50º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59574D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 77 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.65 |
| HSL | 50º | 0.07% | 0.33% | - |
| HSV(B) | 50º | 0.13% | 0.35% | - |
| XYZ | 8.87 | 9.48 | 8.38 | - |
| YUV | 86.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 77 | 0 | 0.02 | 0.13 | 0.65 | 50 | 0.07 | 0.33 |
| Hex | 59 | 57 | 4D | 0 | 2 | D | 41 | 32 | 7 | 21 |
| Octal | 131 | 127 | 115 | 0 | 2 | 15 | 101 | 62 | 7 | 41 |
| Binary | 1011001 | 1010111 | 1001101 | 0 | 10 | 1101 | 1000001 | 110010 | 111 | 100001 |
Color Harmonies of #59574D
Complementary color
Monochromatic Colors of #59574D
Black with #59574D
Text Example
Text Example
White with #59574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59574D; }
p { color: rgb(89,87,77); }
H1.HeaderClassName
{
color: #59574D;
}
.AnyTagClassName
{
color: #59574D;
}
</style>
background-color css
<style>
a { background-color: #59574D; }
a { background-color: rgb(89,87,77); }
div.DivClassName
{
background-color: #59574D;
}
.BgClassName
{
background-color: #59574D;
}
</style>
border-color css
<style>
span { border-color: #59574D; }
span { border-color: rgb(89,87,77); }
td.TdClassName
{
border-color: #59574D;
}
.TagClassName
{
border-color: #59574D;
}
</style>