Shades of Millbrook #5A584D
Tints of Millbrook #5A584D
RGB
CMYK
RGB Variations
Color information
#5A584D (or 0x5A584D) is known color: Millbrook. HEX triplet: 5A, 58 and 4D. RGB value is (90,88,77). Sum of RGB (Red+Green+Blue) = 90+88+77=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A584D is #A5A7B2. Grayscale: #575757. Windows color (decimal): -10856371 or 5068890. OLE color: 5068890.
HSL color Cylindrical-coordinate representation of color #5A584D: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A584D is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 77 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.65 |
| HSL | 50.77º | 0.08% | 0.33% | - |
| HSV(B) | 50.77º | 0.14% | 0.35% | - |
| XYZ | 9.05 | 9.69 | 8.41 | - |
| YUV | 87.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 77 | 0 | 0.02 | 0.14 | 0.65 | 50.77 | 0.08 | 0.33 |
| Hex | 5A | 58 | 4D | 0 | 2 | E | 41 | 33 | 8 | 21 |
| Octal | 132 | 130 | 115 | 0 | 2 | 16 | 101 | 63 | 10 | 41 |
| Binary | 1011010 | 1011000 | 1001101 | 0 | 10 | 1110 | 1000001 | 110011 | 1000 | 100001 |
Color Harmonies of #5A584D
Complementary color
Monochromatic Colors of #5A584D
Black with #5A584D
Text Example
Text Example
White with #5A584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A584D; }
p { color: rgb(90,88,77); }
H1.HeaderClassName
{
color: #5A584D;
}
.AnyTagClassName
{
color: #5A584D;
}
</style>
background-color css
<style>
a { background-color: #5A584D; }
a { background-color: rgb(90,88,77); }
div.DivClassName
{
background-color: #5A584D;
}
.BgClassName
{
background-color: #5A584D;
}
</style>
border-color css
<style>
span { border-color: #5A584D; }
span { border-color: rgb(90,88,77); }
td.TdClassName
{
border-color: #5A584D;
}
.TagClassName
{
border-color: #5A584D;
}
</style>