Shades of Millbrook #5D594B
Tints of Millbrook #5D594B
RGB
CMYK
RGB Variations
Color information
#5D594B (or 0x5D594B) is known color: Millbrook. HEX triplet: 5D, 59 and 4B. RGB value is (93,89,75). Sum of RGB (Red+Green+Blue) = 93+89+75=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D594B is #A2A6B4. Grayscale: #585858. Windows color (decimal): -10659509 or 4938077. OLE color: 4938077.
HSL color Cylindrical-coordinate representation of color #5D594B: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D594B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 75 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.64 |
| HSL | 46.67º | 0.11% | 0.33% | - |
| HSV(B) | 46.67º | 0.19% | 0.36% | - |
| XYZ | 9.36 | 9.98 | 8.09 | - |
| YUV | 88.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 75 | 0 | 0.04 | 0.19 | 0.64 | 46.67 | 0.11 | 0.33 |
| Hex | 5D | 59 | 4B | 0 | 4 | 13 | 40 | 2F | B | 21 |
| Octal | 135 | 131 | 113 | 0 | 4 | 23 | 100 | 57 | 13 | 41 |
| Binary | 1011101 | 1011001 | 1001011 | 0 | 100 | 10011 | 1000000 | 101111 | 1011 | 100001 |
Color Harmonies of #5D594B
Complementary color
Monochromatic Colors of #5D594B
Black with #5D594B
Text Example
Text Example
White with #5D594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D594B; }
p { color: rgb(93,89,75); }
H1.HeaderClassName
{
color: #5D594B;
}
.AnyTagClassName
{
color: #5D594B;
}
</style>
background-color css
<style>
a { background-color: #5D594B; }
a { background-color: rgb(93,89,75); }
div.DivClassName
{
background-color: #5D594B;
}
.BgClassName
{
background-color: #5D594B;
}
</style>
border-color css
<style>
span { border-color: #5D594B; }
span { border-color: rgb(93,89,75); }
td.TdClassName
{
border-color: #5D594B;
}
.TagClassName
{
border-color: #5D594B;
}
</style>