Shades of Millbrook #5A5954
Tints of Millbrook #5A5954
RGB
CMYK
RGB Variations
Color information
#5A5954 (or 0x5A5954) is known color: Millbrook. HEX triplet: 5A, 59 and 54. RGB value is (90,89,84). Sum of RGB (Red+Green+Blue) = 90+89+84=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5954 is #A5A6AB. Grayscale: #585858. Windows color (decimal): -10856108 or 5527898. OLE color: 5527898.
HSL color Cylindrical-coordinate representation of color #5A5954: hue angle of 50º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5954 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 84 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.65 |
| HSL | 50º | 0.03% | 0.34% | - |
| HSV(B) | 50º | 0.07% | 0.35% | - |
| XYZ | 9.39 | 9.96 | 9.81 | - |
| YUV | 88.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 84 | 0 | 0.01 | 0.07 | 0.65 | 50 | 0.03 | 0.34 |
| Hex | 5A | 59 | 54 | 0 | 1 | 7 | 41 | 32 | 3 | 22 |
| Octal | 132 | 131 | 124 | 0 | 1 | 7 | 101 | 62 | 3 | 42 |
| Binary | 1011010 | 1011001 | 1010100 | 0 | 1 | 111 | 1000001 | 110010 | 11 | 100010 |
Color Harmonies of #5A5954
Complementary color
Monochromatic Colors of #5A5954
Black with #5A5954
Text Example
Text Example
White with #5A5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5954; }
p { color: rgb(90,89,84); }
H1.HeaderClassName
{
color: #5A5954;
}
.AnyTagClassName
{
color: #5A5954;
}
</style>
background-color css
<style>
a { background-color: #5A5954; }
a { background-color: rgb(90,89,84); }
div.DivClassName
{
background-color: #5A5954;
}
.BgClassName
{
background-color: #5A5954;
}
</style>
border-color css
<style>
span { border-color: #5A5954; }
span { border-color: rgb(90,89,84); }
td.TdClassName
{
border-color: #5A5954;
}
.TagClassName
{
border-color: #5A5954;
}
</style>