Shades of Millbrook #5B5950
Tints of Millbrook #5B5950
RGB
CMYK
RGB Variations
Color information
#5B5950 (or 0x5B5950) is known color: Millbrook. HEX triplet: 5B, 59 and 50. RGB value is (91,89,80). Sum of RGB (Red+Green+Blue) = 91+89+80=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5950 is #A4A6AF. Grayscale: #585858. Windows color (decimal): -10790576 or 5265755. OLE color: 5265755.
HSL color Cylindrical-coordinate representation of color #5B5950: hue angle of 49.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5950 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 80 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.64 |
| HSL | 49.09º | 0.06% | 0.34% | - |
| HSV(B) | 49.09º | 0.12% | 0.36% | - |
| XYZ | 9.33 | 9.95 | 9.02 | - |
| YUV | 88.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 80 | 0 | 0.02 | 0.12 | 0.64 | 49.09 | 0.06 | 0.34 |
| Hex | 5B | 59 | 50 | 0 | 2 | C | 40 | 31 | 6 | 22 |
| Octal | 133 | 131 | 120 | 0 | 2 | 14 | 100 | 61 | 6 | 42 |
| Binary | 1011011 | 1011001 | 1010000 | 0 | 10 | 1100 | 1000000 | 110001 | 110 | 100010 |
Color Harmonies of #5B5950
Complementary color
Monochromatic Colors of #5B5950
Black with #5B5950
Text Example
Text Example
White with #5B5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5950; }
p { color: rgb(91,89,80); }
H1.HeaderClassName
{
color: #5B5950;
}
.AnyTagClassName
{
color: #5B5950;
}
</style>
background-color css
<style>
a { background-color: #5B5950; }
a { background-color: rgb(91,89,80); }
div.DivClassName
{
background-color: #5B5950;
}
.BgClassName
{
background-color: #5B5950;
}
</style>
border-color css
<style>
span { border-color: #5B5950; }
span { border-color: rgb(91,89,80); }
td.TdClassName
{
border-color: #5B5950;
}
.TagClassName
{
border-color: #5B5950;
}
</style>