Shades of Millbrook #565243
Tints of Millbrook #565243
RGB
CMYK
RGB Variations
Color information
#565243 (or 0x565243) is known color: Millbrook. HEX triplet: 56, 52 and 43. RGB value is (86,82,67). Sum of RGB (Red+Green+Blue) = 86+82+67=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #565243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565243 is #A9ADBC. Grayscale: #515151. Windows color (decimal): -11120061 or 4411990. OLE color: 4411990.
HSL color Cylindrical-coordinate representation of color #565243: hue angle of 47.37º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #565243 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 67 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.66 |
| HSL | 47.37º | 0.12% | 0.3% | - |
| HSV(B) | 47.37º | 0.22% | 0.34% | - |
| XYZ | 7.87 | 8.42 | 6.52 | - |
| YUV | 81.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 67 | 0 | 0.05 | 0.22 | 0.66 | 47.37 | 0.12 | 0.3 |
| Hex | 56 | 52 | 43 | 0 | 5 | 16 | 42 | 2F | C | 1E |
| Octal | 126 | 122 | 103 | 0 | 5 | 26 | 102 | 57 | 14 | 36 |
| Binary | 1010110 | 1010010 | 1000011 | 0 | 101 | 10110 | 1000010 | 101111 | 1100 | 11110 |
Color Harmonies of #565243
Complementary color
Monochromatic Colors of #565243
Black with #565243
Text Example
Text Example
White with #565243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565243; }
p { color: rgb(86,82,67); }
H1.HeaderClassName
{
color: #565243;
}
.AnyTagClassName
{
color: #565243;
}
</style>
background-color css
<style>
a { background-color: #565243; }
a { background-color: rgb(86,82,67); }
div.DivClassName
{
background-color: #565243;
}
.BgClassName
{
background-color: #565243;
}
</style>
border-color css
<style>
span { border-color: #565243; }
span { border-color: rgb(86,82,67); }
td.TdClassName
{
border-color: #565243;
}
.TagClassName
{
border-color: #565243;
}
</style>