Shades of Millbrook #59584C
Tints of Millbrook #59584C
RGB
CMYK
RGB Variations
Color information
#59584C (or 0x59584C) is known color: Millbrook. HEX triplet: 59, 58 and 4C. RGB value is (89,88,76). Sum of RGB (Red+Green+Blue) = 89+88+76=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #59584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59584C is #A6A7B3. Grayscale: #565656. Windows color (decimal): -10921908 or 5003353. OLE color: 5003353.
HSL color Cylindrical-coordinate representation of color #59584C: hue angle of 55.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59584C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 76 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.65 |
| HSL | 55.38º | 0.08% | 0.32% | - |
| HSV(B) | 55.38º | 0.15% | 0.35% | - |
| XYZ | 8.91 | 9.63 | 8.23 | - |
| YUV | 86.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 76 | 0 | 0.01 | 0.15 | 0.65 | 55.38 | 0.08 | 0.32 |
| Hex | 59 | 58 | 4C | 0 | 1 | F | 41 | 37 | 8 | 20 |
| Octal | 131 | 130 | 114 | 0 | 1 | 17 | 101 | 67 | 10 | 40 |
| Binary | 1011001 | 1011000 | 1001100 | 0 | 1 | 1111 | 1000001 | 110111 | 1000 | 100000 |
Color Harmonies of #59584C
Complementary color
Monochromatic Colors of #59584C
Black with #59584C
Text Example
Text Example
White with #59584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59584C; }
p { color: rgb(89,88,76); }
H1.HeaderClassName
{
color: #59584C;
}
.AnyTagClassName
{
color: #59584C;
}
</style>
background-color css
<style>
a { background-color: #59584C; }
a { background-color: rgb(89,88,76); }
div.DivClassName
{
background-color: #59584C;
}
.BgClassName
{
background-color: #59584C;
}
</style>
border-color css
<style>
span { border-color: #59584C; }
span { border-color: rgb(89,88,76); }
td.TdClassName
{
border-color: #59584C;
}
.TagClassName
{
border-color: #59584C;
}
</style>