Shades of Millbrook #565444
Tints of Millbrook #565444
RGB
CMYK
RGB Variations
Color information
#565444 (or 0x565444) is known color: Millbrook. HEX triplet: 56, 54 and 44. RGB value is (86,84,68). Sum of RGB (Red+Green+Blue) = 86+84+68=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #565444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565444 is #A9ABBB. Grayscale: #525252. Windows color (decimal): -11119548 or 4478038. OLE color: 4478038.
HSL color Cylindrical-coordinate representation of color #565444: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565444 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 68 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.66 |
| HSL | 53.33º | 0.12% | 0.3% | - |
| HSV(B) | 53.33º | 0.21% | 0.34% | - |
| XYZ | 8.05 | 8.74 | 6.73 | - |
| YUV | 82.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 68 | 0 | 0.02 | 0.21 | 0.66 | 53.33 | 0.12 | 0.3 |
| Hex | 56 | 54 | 44 | 0 | 2 | 15 | 42 | 35 | C | 1E |
| Octal | 126 | 124 | 104 | 0 | 2 | 25 | 102 | 65 | 14 | 36 |
| Binary | 1010110 | 1010100 | 1000100 | 0 | 10 | 10101 | 1000010 | 110101 | 1100 | 11110 |
Color Harmonies of #565444
Complementary color
Monochromatic Colors of #565444
Black with #565444
Text Example
Text Example
White with #565444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565444; }
p { color: rgb(86,84,68); }
H1.HeaderClassName
{
color: #565444;
}
.AnyTagClassName
{
color: #565444;
}
</style>
background-color css
<style>
a { background-color: #565444; }
a { background-color: rgb(86,84,68); }
div.DivClassName
{
background-color: #565444;
}
.BgClassName
{
background-color: #565444;
}
</style>
border-color css
<style>
span { border-color: #565444; }
span { border-color: rgb(86,84,68); }
td.TdClassName
{
border-color: #565444;
}
.TagClassName
{
border-color: #565444;
}
</style>