Shades of Millbrook #5B594C
Tints of Millbrook #5B594C
RGB
CMYK
RGB Variations
Color information
#5B594C (or 0x5B594C) is known color: Millbrook. HEX triplet: 5B, 59 and 4C. RGB value is (91,89,76). Sum of RGB (Red+Green+Blue) = 91+89+76=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B594C is #A4A6B3. Grayscale: #585858. Windows color (decimal): -10790580 or 5003611. OLE color: 5003611.
HSL color Cylindrical-coordinate representation of color #5B594C: hue angle of 52º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B594C is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 76 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.64 |
| HSL | 52º | 0.09% | 0.33% | - |
| HSV(B) | 52º | 0.16% | 0.36% | - |
| XYZ | 9.19 | 9.89 | 8.26 | - |
| YUV | 88.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 76 | 0 | 0.02 | 0.16 | 0.64 | 52 | 0.09 | 0.33 |
| Hex | 5B | 59 | 4C | 0 | 2 | 10 | 40 | 34 | 9 | 21 |
| Octal | 133 | 131 | 114 | 0 | 2 | 20 | 100 | 64 | 11 | 41 |
| Binary | 1011011 | 1011001 | 1001100 | 0 | 10 | 10000 | 1000000 | 110100 | 1001 | 100001 |
Color Harmonies of #5B594C
Complementary color
Monochromatic Colors of #5B594C
Black with #5B594C
Text Example
Text Example
White with #5B594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B594C; }
p { color: rgb(91,89,76); }
H1.HeaderClassName
{
color: #5B594C;
}
.AnyTagClassName
{
color: #5B594C;
}
</style>
background-color css
<style>
a { background-color: #5B594C; }
a { background-color: rgb(91,89,76); }
div.DivClassName
{
background-color: #5B594C;
}
.BgClassName
{
background-color: #5B594C;
}
</style>
border-color css
<style>
span { border-color: #5B594C; }
span { border-color: rgb(91,89,76); }
td.TdClassName
{
border-color: #5B594C;
}
.TagClassName
{
border-color: #5B594C;
}
</style>