Shades of Millbrook #555348
Tints of Millbrook #555348
RGB
CMYK
RGB Variations
Color information
#555348 (or 0x555348) is known color: Millbrook. HEX triplet: 55, 53 and 48. RGB value is (85,83,72). Sum of RGB (Red+Green+Blue) = 85+83+72=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #555348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555348 is #AAACB7. Grayscale: #525252. Windows color (decimal): -11185336 or 4739925. OLE color: 4739925.
HSL color Cylindrical-coordinate representation of color #555348: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555348 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 72 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.67 |
| HSL | 50.77º | 0.08% | 0.31% | - |
| HSV(B) | 50.77º | 0.15% | 0.33% | - |
| XYZ | 8.01 | 8.59 | 7.37 | - |
| YUV | 82.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 72 | 0 | 0.02 | 0.15 | 0.67 | 50.77 | 0.08 | 0.31 |
| Hex | 55 | 53 | 48 | 0 | 2 | F | 43 | 33 | 8 | 1F |
| Octal | 125 | 123 | 110 | 0 | 2 | 17 | 103 | 63 | 10 | 37 |
| Binary | 1010101 | 1010011 | 1001000 | 0 | 10 | 1111 | 1000011 | 110011 | 1000 | 11111 |
Color Harmonies of #555348
Complementary color
Monochromatic Colors of #555348
Black with #555348
Text Example
Text Example
White with #555348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555348; }
p { color: rgb(85,83,72); }
H1.HeaderClassName
{
color: #555348;
}
.AnyTagClassName
{
color: #555348;
}
</style>
background-color css
<style>
a { background-color: #555348; }
a { background-color: rgb(85,83,72); }
div.DivClassName
{
background-color: #555348;
}
.BgClassName
{
background-color: #555348;
}
</style>
border-color css
<style>
span { border-color: #555348; }
span { border-color: rgb(85,83,72); }
td.TdClassName
{
border-color: #555348;
}
.TagClassName
{
border-color: #555348;
}
</style>