Shades of Millbrook #555445
Tints of Millbrook #555445
RGB
CMYK
RGB Variations
Color information
#555445 (or 0x555445) is known color: Millbrook. HEX triplet: 55, 54 and 45. RGB value is (85,84,69). Sum of RGB (Red+Green+Blue) = 85+84+69=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555445 is #AAABBA. Grayscale: #525252. Windows color (decimal): -11185083 or 4543573. OLE color: 4543573.
HSL color Cylindrical-coordinate representation of color #555445: hue angle of 56.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555445 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 69 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.67 |
| HSL | 56.25º | 0.1% | 0.3% | - |
| HSV(B) | 56.25º | 0.19% | 0.33% | - |
| XYZ | 7.99 | 8.7 | 6.89 | - |
| YUV | 82.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 69 | 0 | 0.01 | 0.19 | 0.67 | 56.25 | 0.1 | 0.3 |
| Hex | 55 | 54 | 45 | 0 | 1 | 13 | 43 | 38 | A | 1E |
| Octal | 125 | 124 | 105 | 0 | 1 | 23 | 103 | 70 | 12 | 36 |
| Binary | 1010101 | 1010100 | 1000101 | 0 | 1 | 10011 | 1000011 | 111000 | 1010 | 11110 |
Color Harmonies of #555445
Complementary color
Monochromatic Colors of #555445
Black with #555445
Text Example
Text Example
White with #555445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555445; }
p { color: rgb(85,84,69); }
H1.HeaderClassName
{
color: #555445;
}
.AnyTagClassName
{
color: #555445;
}
</style>
background-color css
<style>
a { background-color: #555445; }
a { background-color: rgb(85,84,69); }
div.DivClassName
{
background-color: #555445;
}
.BgClassName
{
background-color: #555445;
}
</style>
border-color css
<style>
span { border-color: #555445; }
span { border-color: rgb(85,84,69); }
td.TdClassName
{
border-color: #555445;
}
.TagClassName
{
border-color: #555445;
}
</style>