Shades of Millbrook #575445
Tints of Millbrook #575445
RGB
CMYK
RGB Variations
Color information
#575445 (or 0x575445) is known color: Millbrook. HEX triplet: 57, 54 and 45. RGB value is (87,84,69). Sum of RGB (Red+Green+Blue) = 87+84+69=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575445 is #A8ABBA. Grayscale: #535353. Windows color (decimal): -11054011 or 4543575. OLE color: 4543575.
HSL color Cylindrical-coordinate representation of color #575445: hue angle of 50º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575445 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 84 | 69 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.66 |
| HSL | 50º | 0.12% | 0.31% | - |
| HSV(B) | 50º | 0.21% | 0.34% | - |
| XYZ | 8.17 | 8.8 | 6.9 | - |
| YUV | 83.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 69 | 0 | 0.03 | 0.21 | 0.66 | 50 | 0.12 | 0.31 |
| Hex | 57 | 54 | 45 | 0 | 3 | 15 | 42 | 32 | C | 1F |
| Octal | 127 | 124 | 105 | 0 | 3 | 25 | 102 | 62 | 14 | 37 |
| Binary | 1010111 | 1010100 | 1000101 | 0 | 11 | 10101 | 1000010 | 110010 | 1100 | 11111 |
Color Harmonies of #575445
Complementary color
Monochromatic Colors of #575445
Black with #575445
Text Example
Text Example
White with #575445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575445; }
p { color: rgb(87,84,69); }
H1.HeaderClassName
{
color: #575445;
}
.AnyTagClassName
{
color: #575445;
}
</style>
background-color css
<style>
a { background-color: #575445; }
a { background-color: rgb(87,84,69); }
div.DivClassName
{
background-color: #575445;
}
.BgClassName
{
background-color: #575445;
}
</style>
border-color css
<style>
span { border-color: #575445; }
span { border-color: rgb(87,84,69); }
td.TdClassName
{
border-color: #575445;
}
.TagClassName
{
border-color: #575445;
}
</style>