Shades of Millbrook #5A564A
Tints of Millbrook #5A564A
RGB
CMYK
RGB Variations
Color information
#5A564A (or 0x5A564A) is known color: Millbrook. HEX triplet: 5A, 56 and 4A. RGB value is (90,86,74). Sum of RGB (Red+Green+Blue) = 90+86+74=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A564A is #A5A9B5. Grayscale: #555555. Windows color (decimal): -10856886 or 4871770. OLE color: 4871770.
HSL color Cylindrical-coordinate representation of color #5A564A: hue angle of 45º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A564A is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 74 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.65 |
| HSL | 45º | 0.1% | 0.32% | - |
| HSV(B) | 45º | 0.18% | 0.35% | - |
| XYZ | 8.78 | 9.32 | 7.82 | - |
| YUV | 85.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 74 | 0 | 0.04 | 0.18 | 0.65 | 45 | 0.1 | 0.32 |
| Hex | 5A | 56 | 4A | 0 | 4 | 12 | 41 | 2D | A | 20 |
| Octal | 132 | 126 | 112 | 0 | 4 | 22 | 101 | 55 | 12 | 40 |
| Binary | 1011010 | 1010110 | 1001010 | 0 | 100 | 10010 | 1000001 | 101101 | 1010 | 100000 |
Color Harmonies of #5A564A
Complementary color
Monochromatic Colors of #5A564A
Black with #5A564A
Text Example
Text Example
White with #5A564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A564A; }
p { color: rgb(90,86,74); }
H1.HeaderClassName
{
color: #5A564A;
}
.AnyTagClassName
{
color: #5A564A;
}
</style>
background-color css
<style>
a { background-color: #5A564A; }
a { background-color: rgb(90,86,74); }
div.DivClassName
{
background-color: #5A564A;
}
.BgClassName
{
background-color: #5A564A;
}
</style>
border-color css
<style>
span { border-color: #5A564A; }
span { border-color: rgb(90,86,74); }
td.TdClassName
{
border-color: #5A564A;
}
.TagClassName
{
border-color: #5A564A;
}
</style>