Shades of Millbrook #5B584A
Tints of Millbrook #5B584A
RGB
CMYK
RGB Variations
Color information
#5B584A (or 0x5B584A) is known color: Millbrook. HEX triplet: 5B, 58 and 4A. RGB value is (91,88,74). Sum of RGB (Red+Green+Blue) = 91+88+74=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 91 - color contains mainly: red. Hex color #5B584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B584A is #A4A7B5. Grayscale: #575757. Windows color (decimal): -10790838 or 4872283. OLE color: 4872283.
HSL color Cylindrical-coordinate representation of color #5B584A: hue angle of 49.41º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B584A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 74 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.64 |
| HSL | 49.41º | 0.1% | 0.32% | - |
| HSV(B) | 49.41º | 0.19% | 0.36% | - |
| XYZ | 9.04 | 9.7 | 7.87 | - |
| YUV | 87.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 74 | 0 | 0.03 | 0.19 | 0.64 | 49.41 | 0.1 | 0.32 |
| Hex | 5B | 58 | 4A | 0 | 3 | 13 | 40 | 31 | A | 20 |
| Octal | 133 | 130 | 112 | 0 | 3 | 23 | 100 | 61 | 12 | 40 |
| Binary | 1011011 | 1011000 | 1001010 | 0 | 11 | 10011 | 1000000 | 110001 | 1010 | 100000 |
Color Harmonies of #5B584A
Complementary color
Monochromatic Colors of #5B584A
Black with #5B584A
Text Example
Text Example
White with #5B584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B584A; }
p { color: rgb(91,88,74); }
H1.HeaderClassName
{
color: #5B584A;
}
.AnyTagClassName
{
color: #5B584A;
}
</style>
background-color css
<style>
a { background-color: #5B584A; }
a { background-color: rgb(91,88,74); }
div.DivClassName
{
background-color: #5B584A;
}
.BgClassName
{
background-color: #5B584A;
}
</style>
border-color css
<style>
span { border-color: #5B584A; }
span { border-color: rgb(91,88,74); }
td.TdClassName
{
border-color: #5B584A;
}
.TagClassName
{
border-color: #5B584A;
}
</style>