Shades of Millbrook #5B5A55
Tints of Millbrook #5B5A55
RGB
CMYK
RGB Variations
Color information
#5B5A55 (or 0x5B5A55) is known color: Millbrook. HEX triplet: 5B, 5A and 55. RGB value is (91,90,85). Sum of RGB (Red+Green+Blue) = 91+90+85=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A55 is #A4A5AA. Grayscale: #595959. Windows color (decimal): -10790315 or 5593691. OLE color: 5593691.
HSL color Cylindrical-coordinate representation of color #5B5A55: hue angle of 50º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5A55 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 85 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.64 |
| HSL | 50º | 0.03% | 0.35% | - |
| HSV(B) | 50º | 0.07% | 0.36% | - |
| XYZ | 9.61 | 10.19 | 10.06 | - |
| YUV | 89.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 85 | 0 | 0.01 | 0.07 | 0.64 | 50 | 0.03 | 0.35 |
| Hex | 5B | 5A | 55 | 0 | 1 | 7 | 40 | 32 | 3 | 23 |
| Octal | 133 | 132 | 125 | 0 | 1 | 7 | 100 | 62 | 3 | 43 |
| Binary | 1011011 | 1011010 | 1010101 | 0 | 1 | 111 | 1000000 | 110010 | 11 | 100011 |
Color Harmonies of #5B5A55
Complementary color
Monochromatic Colors of #5B5A55
Black with #5B5A55
Text Example
Text Example
White with #5B5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A55; }
p { color: rgb(91,90,85); }
H1.HeaderClassName
{
color: #5B5A55;
}
.AnyTagClassName
{
color: #5B5A55;
}
</style>
background-color css
<style>
a { background-color: #5B5A55; }
a { background-color: rgb(91,90,85); }
div.DivClassName
{
background-color: #5B5A55;
}
.BgClassName
{
background-color: #5B5A55;
}
</style>
border-color css
<style>
span { border-color: #5B5A55; }
span { border-color: rgb(91,90,85); }
td.TdClassName
{
border-color: #5B5A55;
}
.TagClassName
{
border-color: #5B5A55;
}
</style>