Shades of Millbrook #5A5950
Tints of Millbrook #5A5950
RGB
CMYK
RGB Variations
Color information
#5A5950 (or 0x5A5950) is known color: Millbrook. HEX triplet: 5A, 59 and 50. RGB value is (90,89,80). Sum of RGB (Red+Green+Blue) = 90+89+80=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5950 is #A5A6AF. Grayscale: #585858. Windows color (decimal): -10856112 or 5265754. OLE color: 5265754.
HSL color Cylindrical-coordinate representation of color #5A5950: hue angle of 54º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5950 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 80 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.65 |
| HSL | 54º | 0.06% | 0.33% | - |
| HSV(B) | 54º | 0.11% | 0.35% | - |
| XYZ | 9.24 | 9.9 | 9.01 | - |
| YUV | 88.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 80 | 0 | 0.01 | 0.11 | 0.65 | 54 | 0.06 | 0.33 |
| Hex | 5A | 59 | 50 | 0 | 1 | B | 41 | 36 | 6 | 21 |
| Octal | 132 | 131 | 120 | 0 | 1 | 13 | 101 | 66 | 6 | 41 |
| Binary | 1011010 | 1011001 | 1010000 | 0 | 1 | 1011 | 1000001 | 110110 | 110 | 100001 |
Color Harmonies of #5A5950
Complementary color
Monochromatic Colors of #5A5950
Black with #5A5950
Text Example
Text Example
White with #5A5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5950; }
p { color: rgb(90,89,80); }
H1.HeaderClassName
{
color: #5A5950;
}
.AnyTagClassName
{
color: #5A5950;
}
</style>
background-color css
<style>
a { background-color: #5A5950; }
a { background-color: rgb(90,89,80); }
div.DivClassName
{
background-color: #5A5950;
}
.BgClassName
{
background-color: #5A5950;
}
</style>
border-color css
<style>
span { border-color: #5A5950; }
span { border-color: rgb(90,89,80); }
td.TdClassName
{
border-color: #5A5950;
}
.TagClassName
{
border-color: #5A5950;
}
</style>