Shades of Millbrook #5C584B
Tints of Millbrook #5C584B
RGB
CMYK
RGB Variations
Color information
#5C584B (or 0x5C584B) is known color: Millbrook. HEX triplet: 5C, 58 and 4B. RGB value is (92,88,75). Sum of RGB (Red+Green+Blue) = 92+88+75=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 92 - color contains mainly: red. Hex color #5C584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C584B is #A3A7B4. Grayscale: #575757. Windows color (decimal): -10725301 or 4937820. OLE color: 4937820.
HSL color Cylindrical-coordinate representation of color #5C584B: hue angle of 45.88º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C584B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 75 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.64 |
| HSL | 45.88º | 0.1% | 0.33% | - |
| HSV(B) | 45.88º | 0.18% | 0.36% | - |
| XYZ | 9.17 | 9.76 | 8.06 | - |
| YUV | 87.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 75 | 0 | 0.04 | 0.18 | 0.64 | 45.88 | 0.1 | 0.33 |
| Hex | 5C | 58 | 4B | 0 | 4 | 12 | 40 | 2E | A | 21 |
| Octal | 134 | 130 | 113 | 0 | 4 | 22 | 100 | 56 | 12 | 41 |
| Binary | 1011100 | 1011000 | 1001011 | 0 | 100 | 10010 | 1000000 | 101110 | 1010 | 100001 |
Color Harmonies of #5C584B
Complementary color
Monochromatic Colors of #5C584B
Black with #5C584B
Text Example
Text Example
White with #5C584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C584B; }
p { color: rgb(92,88,75); }
H1.HeaderClassName
{
color: #5C584B;
}
.AnyTagClassName
{
color: #5C584B;
}
</style>
background-color css
<style>
a { background-color: #5C584B; }
a { background-color: rgb(92,88,75); }
div.DivClassName
{
background-color: #5C584B;
}
.BgClassName
{
background-color: #5C584B;
}
</style>
border-color css
<style>
span { border-color: #5C584B; }
span { border-color: rgb(92,88,75); }
td.TdClassName
{
border-color: #5C584B;
}
.TagClassName
{
border-color: #5C584B;
}
</style>