Shades of Millbrook #5C594C
Tints of Millbrook #5C594C
RGB
CMYK
RGB Variations
Color information
#5C594C (or 0x5C594C) is known color: Millbrook. HEX triplet: 5C, 59 and 4C. RGB value is (92,89,76). Sum of RGB (Red+Green+Blue) = 92+89+76=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C594C is #A3A6B3. Grayscale: #585858. Windows color (decimal): -10725044 or 5003612. OLE color: 5003612.
HSL color Cylindrical-coordinate representation of color #5C594C: hue angle of 48.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C594C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 76 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.64 |
| HSL | 48.75º | 0.1% | 0.33% | - |
| HSV(B) | 48.75º | 0.17% | 0.36% | - |
| XYZ | 9.29 | 9.94 | 8.27 | - |
| YUV | 88.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 76 | 0 | 0.03 | 0.17 | 0.64 | 48.75 | 0.1 | 0.33 |
| Hex | 5C | 59 | 4C | 0 | 3 | 11 | 40 | 31 | A | 21 |
| Octal | 134 | 131 | 114 | 0 | 3 | 21 | 100 | 61 | 12 | 41 |
| Binary | 1011100 | 1011001 | 1001100 | 0 | 11 | 10001 | 1000000 | 110001 | 1010 | 100001 |
Color Harmonies of #5C594C
Complementary color
Monochromatic Colors of #5C594C
Black with #5C594C
Text Example
Text Example
White with #5C594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C594C; }
p { color: rgb(92,89,76); }
H1.HeaderClassName
{
color: #5C594C;
}
.AnyTagClassName
{
color: #5C594C;
}
</style>
background-color css
<style>
a { background-color: #5C594C; }
a { background-color: rgb(92,89,76); }
div.DivClassName
{
background-color: #5C594C;
}
.BgClassName
{
background-color: #5C594C;
}
</style>
border-color css
<style>
span { border-color: #5C594C; }
span { border-color: rgb(92,89,76); }
td.TdClassName
{
border-color: #5C594C;
}
.TagClassName
{
border-color: #5C594C;
}
</style>