Shades of Millbrook #56554E
Tints of Millbrook #56554E
RGB
CMYK
RGB Variations
Color information
#56554E (or 0x56554E) is known color: Millbrook. HEX triplet: 56, 55 and 4E. RGB value is (86,85,78). Sum of RGB (Red+Green+Blue) = 86+85+78=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #56554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56554E is #A9AAB1. Grayscale: #545454. Windows color (decimal): -11119282 or 5133654. OLE color: 5133654.
HSL color Cylindrical-coordinate representation of color #56554E: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56554E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 78 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.66 |
| HSL | 52.5º | 0.05% | 0.32% | - |
| HSV(B) | 52.5º | 0.09% | 0.34% | - |
| XYZ | 8.46 | 9.03 | 8.5 | - |
| YUV | 84.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 78 | 0 | 0.01 | 0.09 | 0.66 | 52.5 | 0.05 | 0.32 |
| Hex | 56 | 55 | 4E | 0 | 1 | 9 | 42 | 34 | 5 | 20 |
| Octal | 126 | 125 | 116 | 0 | 1 | 11 | 102 | 64 | 5 | 40 |
| Binary | 1010110 | 1010101 | 1001110 | 0 | 1 | 1001 | 1000010 | 110100 | 101 | 100000 |
Color Harmonies of #56554E
Complementary color
Monochromatic Colors of #56554E
Black with #56554E
Text Example
Text Example
White with #56554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56554E; }
p { color: rgb(86,85,78); }
H1.HeaderClassName
{
color: #56554E;
}
.AnyTagClassName
{
color: #56554E;
}
</style>
background-color css
<style>
a { background-color: #56554E; }
a { background-color: rgb(86,85,78); }
div.DivClassName
{
background-color: #56554E;
}
.BgClassName
{
background-color: #56554E;
}
</style>
border-color css
<style>
span { border-color: #56554E; }
span { border-color: rgb(86,85,78); }
td.TdClassName
{
border-color: #56554E;
}
.TagClassName
{
border-color: #56554E;
}
</style>