Shades of Feldgrau #57675E
Tints of Feldgrau #57675E
RGB
CMYK
RGB Variations
Color information
#57675E (or 0x57675E) is known color: Feldgrau. HEX triplet: 57, 67 and 5E. RGB value is (87,103,94). Sum of RGB (Red+Green+Blue) = 87+103+94=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #57675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675E is #A898A1. Grayscale: #616161. Windows color (decimal): -11049122 or 6186839. OLE color: 6186839.
HSL color Cylindrical-coordinate representation of color #57675E: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57675E is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 94 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.60 |
| HSL | 146.25º | 0.08% | 0.37% | - |
| HSV(B) | 146.25º | 0.16% | 0.4% | - |
| XYZ | 10.8 | 12.53 | 12.44 | - |
| YUV | 97.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 94 | 0.16 | 0 | 0.09 | 0.60 | 146.25 | 0.08 | 0.37 |
| Hex | 57 | 67 | 5E | 10 | 0 | 9 | 3C | 92 | 8 | 25 |
| Octal | 127 | 147 | 136 | 20 | 0 | 11 | 74 | 222 | 10 | 45 |
| Binary | 1010111 | 1100111 | 1011110 | 10000 | 0 | 1001 | 111100 | 10010010 | 1000 | 100101 |
Color Harmonies of #57675E
Complementary color
Monochromatic Colors of #57675E
Black with #57675E
Text Example
Text Example
White with #57675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57675E; }
p { color: rgb(87,103,94); }
H1.HeaderClassName
{
color: #57675E;
}
.AnyTagClassName
{
color: #57675E;
}
</style>
background-color css
<style>
a { background-color: #57675E; }
a { background-color: rgb(87,103,94); }
div.DivClassName
{
background-color: #57675E;
}
.BgClassName
{
background-color: #57675E;
}
</style>
border-color css
<style>
span { border-color: #57675E; }
span { border-color: rgb(87,103,94); }
td.TdClassName
{
border-color: #57675E;
}
.TagClassName
{
border-color: #57675E;
}
</style>