Shades of Millbrook #59584A
Tints of Millbrook #59584A
RGB
CMYK
RGB Variations
Color information
#59584A (or 0x59584A) is known color: Millbrook. HEX triplet: 59, 58 and 4A. RGB value is (89,88,74). Sum of RGB (Red+Green+Blue) = 89+88+74=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #59584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59584A is #A6A7B5. Grayscale: #565656. Windows color (decimal): -10921910 or 4872281. OLE color: 4872281.
HSL color Cylindrical-coordinate representation of color #59584A: hue angle of 56º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59584A is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 74 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.65 |
| HSL | 56º | 0.09% | 0.32% | - |
| HSV(B) | 56º | 0.17% | 0.35% | - |
| XYZ | 8.85 | 9.6 | 7.86 | - |
| YUV | 86.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 74 | 0 | 0.01 | 0.17 | 0.65 | 56 | 0.09 | 0.32 |
| Hex | 59 | 58 | 4A | 0 | 1 | 11 | 41 | 38 | 9 | 20 |
| Octal | 131 | 130 | 112 | 0 | 1 | 21 | 101 | 70 | 11 | 40 |
| Binary | 1011001 | 1011000 | 1001010 | 0 | 1 | 10001 | 1000001 | 111000 | 1001 | 100000 |
Color Harmonies of #59584A
Complementary color
Monochromatic Colors of #59584A
Black with #59584A
Text Example
Text Example
White with #59584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59584A; }
p { color: rgb(89,88,74); }
H1.HeaderClassName
{
color: #59584A;
}
.AnyTagClassName
{
color: #59584A;
}
</style>
background-color css
<style>
a { background-color: #59584A; }
a { background-color: rgb(89,88,74); }
div.DivClassName
{
background-color: #59584A;
}
.BgClassName
{
background-color: #59584A;
}
</style>
border-color css
<style>
span { border-color: #59584A; }
span { border-color: rgb(89,88,74); }
td.TdClassName
{
border-color: #59584A;
}
.TagClassName
{
border-color: #59584A;
}
</style>