Shades of Millbrook #565245
Tints of Millbrook #565245
RGB
CMYK
RGB Variations
Color information
#565245 (or 0x565245) is known color: Millbrook. HEX triplet: 56, 52 and 45. RGB value is (86,82,69). Sum of RGB (Red+Green+Blue) = 86+82+69=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #565245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565245 is #A9ADBA. Grayscale: #515151. Windows color (decimal): -11120059 or 4543062. OLE color: 4543062.
HSL color Cylindrical-coordinate representation of color #565245: hue angle of 45.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565245 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 69 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.66 |
| HSL | 45.88º | 0.11% | 0.3% | - |
| HSV(B) | 45.88º | 0.2% | 0.34% | - |
| XYZ | 7.93 | 8.44 | 6.84 | - |
| YUV | 81.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 69 | 0 | 0.05 | 0.20 | 0.66 | 45.88 | 0.11 | 0.3 |
| Hex | 56 | 52 | 45 | 0 | 5 | 14 | 42 | 2E | B | 1E |
| Octal | 126 | 122 | 105 | 0 | 5 | 24 | 102 | 56 | 13 | 36 |
| Binary | 1010110 | 1010010 | 1000101 | 0 | 101 | 10100 | 1000010 | 101110 | 1011 | 11110 |
Color Harmonies of #565245
Complementary color
Monochromatic Colors of #565245
Black with #565245
Text Example
Text Example
White with #565245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565245; }
p { color: rgb(86,82,69); }
H1.HeaderClassName
{
color: #565245;
}
.AnyTagClassName
{
color: #565245;
}
</style>
background-color css
<style>
a { background-color: #565245; }
a { background-color: rgb(86,82,69); }
div.DivClassName
{
background-color: #565245;
}
.BgClassName
{
background-color: #565245;
}
</style>
border-color css
<style>
span { border-color: #565245; }
span { border-color: rgb(86,82,69); }
td.TdClassName
{
border-color: #565245;
}
.TagClassName
{
border-color: #565245;
}
</style>