Shades of Millbrook #5B5A4D
Tints of Millbrook #5B5A4D
RGB
CMYK
RGB Variations
Color information
#5B5A4D (or 0x5B5A4D) is known color: Millbrook. HEX triplet: 5B, 5A and 4D. RGB value is (91,90,77). Sum of RGB (Red+Green+Blue) = 91+90+77=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A4D is #A4A5B2. Grayscale: #585858. Windows color (decimal): -10790323 or 5069403. OLE color: 5069403.
HSL color Cylindrical-coordinate representation of color #5B5A4D: hue angle of 55.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B5A4D is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 77 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.64 |
| HSL | 55.71º | 0.08% | 0.33% | - |
| HSV(B) | 55.71º | 0.15% | 0.36% | - |
| XYZ | 9.31 | 10.07 | 8.47 | - |
| YUV | 88.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 77 | 0 | 0.01 | 0.15 | 0.64 | 55.71 | 0.08 | 0.33 |
| Hex | 5B | 5A | 4D | 0 | 1 | F | 40 | 38 | 8 | 21 |
| Octal | 133 | 132 | 115 | 0 | 1 | 17 | 100 | 70 | 10 | 41 |
| Binary | 1011011 | 1011010 | 1001101 | 0 | 1 | 1111 | 1000000 | 111000 | 1000 | 100001 |
Color Harmonies of #5B5A4D
Complementary color
Monochromatic Colors of #5B5A4D
Black with #5B5A4D
Text Example
Text Example
White with #5B5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A4D; }
p { color: rgb(91,90,77); }
H1.HeaderClassName
{
color: #5B5A4D;
}
.AnyTagClassName
{
color: #5B5A4D;
}
</style>
background-color css
<style>
a { background-color: #5B5A4D; }
a { background-color: rgb(91,90,77); }
div.DivClassName
{
background-color: #5B5A4D;
}
.BgClassName
{
background-color: #5B5A4D;
}
</style>
border-color css
<style>
span { border-color: #5B5A4D; }
span { border-color: rgb(91,90,77); }
td.TdClassName
{
border-color: #5B5A4D;
}
.TagClassName
{
border-color: #5B5A4D;
}
</style>