Shades of Millbrook #57564C
Tints of Millbrook #57564C
RGB
CMYK
RGB Variations
Color information
#57564C (or 0x57564C) is known color: Millbrook. HEX triplet: 57, 56 and 4C. RGB value is (87,86,76). Sum of RGB (Red+Green+Blue) = 87+86+76=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #57564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57564C is #A8A9B3. Grayscale: #555555. Windows color (decimal): -11053492 or 5002839. OLE color: 5002839.
HSL color Cylindrical-coordinate representation of color #57564C: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57564C is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 76 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.66 |
| HSL | 54.55º | 0.07% | 0.32% | - |
| HSV(B) | 54.55º | 0.13% | 0.34% | - |
| XYZ | 8.56 | 9.2 | 8.16 | - |
| YUV | 85.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 76 | 0 | 0.01 | 0.13 | 0.66 | 54.55 | 0.07 | 0.32 |
| Hex | 57 | 56 | 4C | 0 | 1 | D | 42 | 37 | 7 | 20 |
| Octal | 127 | 126 | 114 | 0 | 1 | 15 | 102 | 67 | 7 | 40 |
| Binary | 1010111 | 1010110 | 1001100 | 0 | 1 | 1101 | 1000010 | 110111 | 111 | 100000 |
Color Harmonies of #57564C
Complementary color
Monochromatic Colors of #57564C
Black with #57564C
Text Example
Text Example
White with #57564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57564C; }
p { color: rgb(87,86,76); }
H1.HeaderClassName
{
color: #57564C;
}
.AnyTagClassName
{
color: #57564C;
}
</style>
background-color css
<style>
a { background-color: #57564C; }
a { background-color: rgb(87,86,76); }
div.DivClassName
{
background-color: #57564C;
}
.BgClassName
{
background-color: #57564C;
}
</style>
border-color css
<style>
span { border-color: #57564C; }
span { border-color: rgb(87,86,76); }
td.TdClassName
{
border-color: #57564C;
}
.TagClassName
{
border-color: #57564C;
}
</style>