Shades of Millbrook #56554B
Tints of Millbrook #56554B
RGB
CMYK
RGB Variations
Color information
#56554B (or 0x56554B) is known color: Millbrook. HEX triplet: 56, 55 and 4B. RGB value is (86,85,75). Sum of RGB (Red+Green+Blue) = 86+85+75=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #56554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56554B is #A9AAB4. Grayscale: #545454. Windows color (decimal): -11119285 or 4937046. OLE color: 4937046.
HSL color Cylindrical-coordinate representation of color #56554B: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56554B is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 75 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.66 |
| HSL | 54.55º | 0.07% | 0.32% | - |
| HSV(B) | 54.55º | 0.13% | 0.34% | - |
| XYZ | 8.36 | 8.98 | 7.95 | - |
| YUV | 84.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 75 | 0 | 0.01 | 0.13 | 0.66 | 54.55 | 0.07 | 0.32 |
| Hex | 56 | 55 | 4B | 0 | 1 | D | 42 | 37 | 7 | 20 |
| Octal | 126 | 125 | 113 | 0 | 1 | 15 | 102 | 67 | 7 | 40 |
| Binary | 1010110 | 1010101 | 1001011 | 0 | 1 | 1101 | 1000010 | 110111 | 111 | 100000 |
Color Harmonies of #56554B
Complementary color
Monochromatic Colors of #56554B
Black with #56554B
Text Example
Text Example
White with #56554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56554B; }
p { color: rgb(86,85,75); }
H1.HeaderClassName
{
color: #56554B;
}
.AnyTagClassName
{
color: #56554B;
}
</style>
background-color css
<style>
a { background-color: #56554B; }
a { background-color: rgb(86,85,75); }
div.DivClassName
{
background-color: #56554B;
}
.BgClassName
{
background-color: #56554B;
}
</style>
border-color css
<style>
span { border-color: #56554B; }
span { border-color: rgb(86,85,75); }
td.TdClassName
{
border-color: #56554B;
}
.TagClassName
{
border-color: #56554B;
}
</style>