Shades of Millbrook #5A574C
Tints of Millbrook #5A574C
RGB
CMYK
RGB Variations
Color information
#5A574C (or 0x5A574C) is known color: Millbrook. HEX triplet: 5A, 57 and 4C. RGB value is (90,87,76). Sum of RGB (Red+Green+Blue) = 90+87+76=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A574C is #A5A8B3. Grayscale: #565656. Windows color (decimal): -10856628 or 5003098. OLE color: 5003098.
HSL color Cylindrical-coordinate representation of color #5A574C: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A574C is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 76 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.65 |
| HSL | 47.14º | 0.08% | 0.33% | - |
| HSV(B) | 47.14º | 0.16% | 0.35% | - |
| XYZ | 8.93 | 9.51 | 8.2 | - |
| YUV | 86.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 76 | 0 | 0.03 | 0.16 | 0.65 | 47.14 | 0.08 | 0.33 |
| Hex | 5A | 57 | 4C | 0 | 3 | 10 | 41 | 2F | 8 | 21 |
| Octal | 132 | 127 | 114 | 0 | 3 | 20 | 101 | 57 | 10 | 41 |
| Binary | 1011010 | 1010111 | 1001100 | 0 | 11 | 10000 | 1000001 | 101111 | 1000 | 100001 |
Color Harmonies of #5A574C
Complementary color
Monochromatic Colors of #5A574C
Black with #5A574C
Text Example
Text Example
White with #5A574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A574C; }
p { color: rgb(90,87,76); }
H1.HeaderClassName
{
color: #5A574C;
}
.AnyTagClassName
{
color: #5A574C;
}
</style>
background-color css
<style>
a { background-color: #5A574C; }
a { background-color: rgb(90,87,76); }
div.DivClassName
{
background-color: #5A574C;
}
.BgClassName
{
background-color: #5A574C;
}
</style>
border-color css
<style>
span { border-color: #5A574C; }
span { border-color: rgb(90,87,76); }
td.TdClassName
{
border-color: #5A574C;
}
.TagClassName
{
border-color: #5A574C;
}
</style>