Shades of Millbrook #5B584B
Tints of Millbrook #5B584B
RGB
CMYK
RGB Variations
Color information
#5B584B (or 0x5B584B) is known color: Millbrook. HEX triplet: 5B, 58 and 4B. RGB value is (91,88,75). Sum of RGB (Red+Green+Blue) = 91+88+75=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B584B is #A4A7B4. Grayscale: #575757. Windows color (decimal): -10790837 or 4937819. OLE color: 4937819.
HSL color Cylindrical-coordinate representation of color #5B584B: hue angle of 48.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B584B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 75 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.64 |
| HSL | 48.75º | 0.1% | 0.33% | - |
| HSV(B) | 48.75º | 0.18% | 0.36% | - |
| XYZ | 9.07 | 9.71 | 8.05 | - |
| YUV | 87.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 75 | 0 | 0.03 | 0.18 | 0.64 | 48.75 | 0.1 | 0.33 |
| Hex | 5B | 58 | 4B | 0 | 3 | 12 | 40 | 31 | A | 21 |
| Octal | 133 | 130 | 113 | 0 | 3 | 22 | 100 | 61 | 12 | 41 |
| Binary | 1011011 | 1011000 | 1001011 | 0 | 11 | 10010 | 1000000 | 110001 | 1010 | 100001 |
Color Harmonies of #5B584B
Complementary color
Monochromatic Colors of #5B584B
Black with #5B584B
Text Example
Text Example
White with #5B584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B584B; }
p { color: rgb(91,88,75); }
H1.HeaderClassName
{
color: #5B584B;
}
.AnyTagClassName
{
color: #5B584B;
}
</style>
background-color css
<style>
a { background-color: #5B584B; }
a { background-color: rgb(91,88,75); }
div.DivClassName
{
background-color: #5B584B;
}
.BgClassName
{
background-color: #5B584B;
}
</style>
border-color css
<style>
span { border-color: #5B584B; }
span { border-color: rgb(91,88,75); }
td.TdClassName
{
border-color: #5B584B;
}
.TagClassName
{
border-color: #5B584B;
}
</style>