Shades of Millbrook #5A574D
Tints of Millbrook #5A574D
RGB
CMYK
RGB Variations
Color information
#5A574D (or 0x5A574D) is known color: Millbrook. HEX triplet: 5A, 57 and 4D. RGB value is (90,87,77). Sum of RGB (Red+Green+Blue) = 90+87+77=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A574D is #A5A8B2. Grayscale: #565656. Windows color (decimal): -10856627 or 5068634. OLE color: 5068634.
HSL color Cylindrical-coordinate representation of color #5A574D: hue angle of 46.15º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A574D is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 77 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.65 |
| HSL | 46.15º | 0.08% | 0.33% | - |
| HSV(B) | 46.15º | 0.14% | 0.35% | - |
| XYZ | 8.96 | 9.53 | 8.39 | - |
| YUV | 86.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 77 | 0 | 0.03 | 0.14 | 0.65 | 46.15 | 0.08 | 0.33 |
| Hex | 5A | 57 | 4D | 0 | 3 | E | 41 | 2E | 8 | 21 |
| Octal | 132 | 127 | 115 | 0 | 3 | 16 | 101 | 56 | 10 | 41 |
| Binary | 1011010 | 1010111 | 1001101 | 0 | 11 | 1110 | 1000001 | 101110 | 1000 | 100001 |
Color Harmonies of #5A574D
Complementary color
Monochromatic Colors of #5A574D
Black with #5A574D
Text Example
Text Example
White with #5A574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A574D; }
p { color: rgb(90,87,77); }
H1.HeaderClassName
{
color: #5A574D;
}
.AnyTagClassName
{
color: #5A574D;
}
</style>
background-color css
<style>
a { background-color: #5A574D; }
a { background-color: rgb(90,87,77); }
div.DivClassName
{
background-color: #5A574D;
}
.BgClassName
{
background-color: #5A574D;
}
</style>
border-color css
<style>
span { border-color: #5A574D; }
span { border-color: rgb(90,87,77); }
td.TdClassName
{
border-color: #5A574D;
}
.TagClassName
{
border-color: #5A574D;
}
</style>