Shades of Millbrook #58564E
Tints of Millbrook #58564E
RGB
CMYK
RGB Variations
Color information
#58564E (or 0x58564E) is known color: Millbrook. HEX triplet: 58, 56 and 4E. RGB value is (88,86,78). Sum of RGB (Red+Green+Blue) = 88+86+78=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #58564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58564E is #A7A9B1. Grayscale: #555555. Windows color (decimal): -10987954 or 5133912. OLE color: 5133912.
HSL color Cylindrical-coordinate representation of color #58564E: hue angle of 48º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #58564E is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 78 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.65 |
| HSL | 48º | 0.06% | 0.33% | - |
| HSV(B) | 48º | 0.11% | 0.35% | - |
| XYZ | 8.73 | 9.28 | 8.54 | - |
| YUV | 85.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 78 | 0 | 0.02 | 0.11 | 0.65 | 48 | 0.06 | 0.33 |
| Hex | 58 | 56 | 4E | 0 | 2 | B | 41 | 30 | 6 | 21 |
| Octal | 130 | 126 | 116 | 0 | 2 | 13 | 101 | 60 | 6 | 41 |
| Binary | 1011000 | 1010110 | 1001110 | 0 | 10 | 1011 | 1000001 | 110000 | 110 | 100001 |
Color Harmonies of #58564E
Complementary color
Monochromatic Colors of #58564E
Black with #58564E
Text Example
Text Example
White with #58564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58564E; }
p { color: rgb(88,86,78); }
H1.HeaderClassName
{
color: #58564E;
}
.AnyTagClassName
{
color: #58564E;
}
</style>
background-color css
<style>
a { background-color: #58564E; }
a { background-color: rgb(88,86,78); }
div.DivClassName
{
background-color: #58564E;
}
.BgClassName
{
background-color: #58564E;
}
</style>
border-color css
<style>
span { border-color: #58564E; }
span { border-color: rgb(88,86,78); }
td.TdClassName
{
border-color: #58564E;
}
.TagClassName
{
border-color: #58564E;
}
</style>