Shades of Millbrook #555143
Tints of Millbrook #555143
RGB
CMYK
RGB Variations
Color information
#555143 (or 0x555143) is known color: Millbrook. HEX triplet: 55, 51 and 43. RGB value is (85,81,67). Sum of RGB (Red+Green+Blue) = 85+81+67=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555143 is #AAAEBC. Grayscale: #505050. Windows color (decimal): -11185853 or 4411733. OLE color: 4411733.
HSL color Cylindrical-coordinate representation of color #555143: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555143 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 67 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.67 |
| HSL | 46.67º | 0.12% | 0.3% | - |
| HSV(B) | 46.67º | 0.21% | 0.33% | - |
| XYZ | 7.7 | 8.22 | 6.49 | - |
| YUV | 80.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 67 | 0 | 0.05 | 0.21 | 0.67 | 46.67 | 0.12 | 0.3 |
| Hex | 55 | 51 | 43 | 0 | 5 | 15 | 43 | 2F | C | 1E |
| Octal | 125 | 121 | 103 | 0 | 5 | 25 | 103 | 57 | 14 | 36 |
| Binary | 1010101 | 1010001 | 1000011 | 0 | 101 | 10101 | 1000011 | 101111 | 1100 | 11110 |
Color Harmonies of #555143
Complementary color
Monochromatic Colors of #555143
Black with #555143
Text Example
Text Example
White with #555143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555143; }
p { color: rgb(85,81,67); }
H1.HeaderClassName
{
color: #555143;
}
.AnyTagClassName
{
color: #555143;
}
</style>
background-color css
<style>
a { background-color: #555143; }
a { background-color: rgb(85,81,67); }
div.DivClassName
{
background-color: #555143;
}
.BgClassName
{
background-color: #555143;
}
</style>
border-color css
<style>
span { border-color: #555143; }
span { border-color: rgb(85,81,67); }
td.TdClassName
{
border-color: #555143;
}
.TagClassName
{
border-color: #555143;
}
</style>