Shades of Millbrook #575647
Tints of Millbrook #575647
RGB
CMYK
RGB Variations
Color information
#575647 (or 0x575647) is known color: Millbrook. HEX triplet: 57, 56 and 47. RGB value is (87,86,71). Sum of RGB (Red+Green+Blue) = 87+86+71=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #575647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575647 is #A8A9B8. Grayscale: #545454. Windows color (decimal): -11053497 or 4675159. OLE color: 4675159.
HSL color Cylindrical-coordinate representation of color #575647: hue angle of 56.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575647 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 71 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.66 |
| HSL | 56.25º | 0.1% | 0.31% | - |
| HSV(B) | 56.25º | 0.18% | 0.34% | - |
| XYZ | 8.4 | 9.14 | 7.28 | - |
| YUV | 84.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 71 | 0 | 0.01 | 0.18 | 0.66 | 56.25 | 0.1 | 0.31 |
| Hex | 57 | 56 | 47 | 0 | 1 | 12 | 42 | 38 | A | 1F |
| Octal | 127 | 126 | 107 | 0 | 1 | 22 | 102 | 70 | 12 | 37 |
| Binary | 1010111 | 1010110 | 1000111 | 0 | 1 | 10010 | 1000010 | 111000 | 1010 | 11111 |
Color Harmonies of #575647
Complementary color
Monochromatic Colors of #575647
Black with #575647
Text Example
Text Example
White with #575647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575647; }
p { color: rgb(87,86,71); }
H1.HeaderClassName
{
color: #575647;
}
.AnyTagClassName
{
color: #575647;
}
</style>
background-color css
<style>
a { background-color: #575647; }
a { background-color: rgb(87,86,71); }
div.DivClassName
{
background-color: #575647;
}
.BgClassName
{
background-color: #575647;
}
</style>
border-color css
<style>
span { border-color: #575647; }
span { border-color: rgb(87,86,71); }
td.TdClassName
{
border-color: #575647;
}
.TagClassName
{
border-color: #575647;
}
</style>