Shades of Millbrook #59574E
Tints of Millbrook #59574E
RGB
CMYK
RGB Variations
Color information
#59574E (or 0x59574E) is known color: Millbrook. HEX triplet: 59, 57 and 4E. RGB value is (89,87,78). Sum of RGB (Red+Green+Blue) = 89+87+78=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #59574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59574E is #A6A8B1. Grayscale: #565656. Windows color (decimal): -10922162 or 5134169. OLE color: 5134169.
HSL color Cylindrical-coordinate representation of color #59574E: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59574E is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 78 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.65 |
| HSL | 49.09º | 0.07% | 0.33% | - |
| HSV(B) | 49.09º | 0.12% | 0.35% | - |
| XYZ | 8.9 | 9.49 | 8.57 | - |
| YUV | 86.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 78 | 0 | 0.02 | 0.12 | 0.65 | 49.09 | 0.07 | 0.33 |
| Hex | 59 | 57 | 4E | 0 | 2 | C | 41 | 31 | 7 | 21 |
| Octal | 131 | 127 | 116 | 0 | 2 | 14 | 101 | 61 | 7 | 41 |
| Binary | 1011001 | 1010111 | 1001110 | 0 | 10 | 1100 | 1000001 | 110001 | 111 | 100001 |
Color Harmonies of #59574E
Complementary color
Monochromatic Colors of #59574E
Black with #59574E
Text Example
Text Example
White with #59574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59574E; }
p { color: rgb(89,87,78); }
H1.HeaderClassName
{
color: #59574E;
}
.AnyTagClassName
{
color: #59574E;
}
</style>
background-color css
<style>
a { background-color: #59574E; }
a { background-color: rgb(89,87,78); }
div.DivClassName
{
background-color: #59574E;
}
.BgClassName
{
background-color: #59574E;
}
</style>
border-color css
<style>
span { border-color: #59574E; }
span { border-color: rgb(89,87,78); }
td.TdClassName
{
border-color: #59574E;
}
.TagClassName
{
border-color: #59574E;
}
</style>