Shades of Millbrook #575652
Tints of Millbrook #575652
RGB
CMYK
RGB Variations
Color information
#575652 (or 0x575652) is known color: Millbrook. HEX triplet: 57, 56 and 52. RGB value is (87,86,82). Sum of RGB (Red+Green+Blue) = 87+86+82=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575652 is #A8A9AD. Grayscale: #555555. Windows color (decimal): -11053486 or 5396055. OLE color: 5396055.
HSL color Cylindrical-coordinate representation of color #575652: hue angle of 48º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575652 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 82 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.66 |
| HSL | 48º | 0.03% | 0.33% | - |
| HSV(B) | 48º | 0.06% | 0.34% | - |
| XYZ | 8.78 | 9.29 | 9.31 | - |
| YUV | 85.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 82 | 0 | 0.01 | 0.06 | 0.66 | 48 | 0.03 | 0.33 |
| Hex | 57 | 56 | 52 | 0 | 1 | 6 | 42 | 30 | 3 | 21 |
| Octal | 127 | 126 | 122 | 0 | 1 | 6 | 102 | 60 | 3 | 41 |
| Binary | 1010111 | 1010110 | 1010010 | 0 | 1 | 110 | 1000010 | 110000 | 11 | 100001 |
Color Harmonies of #575652
Complementary color
Monochromatic Colors of #575652
Black with #575652
Text Example
Text Example
White with #575652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575652; }
p { color: rgb(87,86,82); }
H1.HeaderClassName
{
color: #575652;
}
.AnyTagClassName
{
color: #575652;
}
</style>
background-color css
<style>
a { background-color: #575652; }
a { background-color: rgb(87,86,82); }
div.DivClassName
{
background-color: #575652;
}
.BgClassName
{
background-color: #575652;
}
</style>
border-color css
<style>
span { border-color: #575652; }
span { border-color: rgb(87,86,82); }
td.TdClassName
{
border-color: #575652;
}
.TagClassName
{
border-color: #575652;
}
</style>