Shades of Millbrook #57554B
Tints of Millbrook #57554B
RGB
CMYK
RGB Variations
Color information
#57554B (or 0x57554B) is known color: Millbrook. HEX triplet: 57, 55 and 4B. RGB value is (87,85,75). Sum of RGB (Red+Green+Blue) = 87+85+75=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #57554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57554B is #A8AAB4. Grayscale: #545454. Windows color (decimal): -11053749 or 4937047. OLE color: 4937047.
HSL color Cylindrical-coordinate representation of color #57554B: hue angle of 50º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57554B is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 75 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.66 |
| HSL | 50º | 0.07% | 0.32% | - |
| HSV(B) | 50º | 0.14% | 0.34% | - |
| XYZ | 8.45 | 9.03 | 7.95 | - |
| YUV | 84.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 75 | 0 | 0.02 | 0.14 | 0.66 | 50 | 0.07 | 0.32 |
| Hex | 57 | 55 | 4B | 0 | 2 | E | 42 | 32 | 7 | 20 |
| Octal | 127 | 125 | 113 | 0 | 2 | 16 | 102 | 62 | 7 | 40 |
| Binary | 1010111 | 1010101 | 1001011 | 0 | 10 | 1110 | 1000010 | 110010 | 111 | 100000 |
Color Harmonies of #57554B
Complementary color
Monochromatic Colors of #57554B
Black with #57554B
Text Example
Text Example
White with #57554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57554B; }
p { color: rgb(87,85,75); }
H1.HeaderClassName
{
color: #57554B;
}
.AnyTagClassName
{
color: #57554B;
}
</style>
background-color css
<style>
a { background-color: #57554B; }
a { background-color: rgb(87,85,75); }
div.DivClassName
{
background-color: #57554B;
}
.BgClassName
{
background-color: #57554B;
}
</style>
border-color css
<style>
span { border-color: #57554B; }
span { border-color: rgb(87,85,75); }
td.TdClassName
{
border-color: #57554B;
}
.TagClassName
{
border-color: #57554B;
}
</style>