Shades of Pewter #85A183
Tints of Pewter #85A183
RGB
CMYK
RGB Variations
Color information
#85A183 (or 0x85A183) is known color: Pewter. HEX triplet: 85, A1 and 83. RGB value is (133,161,131). Sum of RGB (Red+Green+Blue) = 133+161+131=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #85A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A183 is #7A5E7C. Grayscale: #959595. Windows color (decimal): -8019581 or 8626565. OLE color: 8626565.
HSL color Cylindrical-coordinate representation of color #85A183: hue angle of 116º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A183 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 131 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.37 |
| HSL | 116º | 0.14% | 0.57% | - |
| HSV(B) | 116º | 0.19% | 0.63% | - |
| XYZ | 26.51 | 32.11 | 26.27 | - |
| YUV | 149.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 131 | 0.17 | 0 | 0.19 | 0.37 | 116 | 0.14 | 0.57 |
| Hex | 85 | A1 | 83 | 11 | 0 | 13 | 25 | 74 | E | 39 |
| Octal | 205 | 241 | 203 | 21 | 0 | 23 | 45 | 164 | 16 | 71 |
| Binary | 10000101 | 10100001 | 10000011 | 10001 | 0 | 10011 | 100101 | 1110100 | 1110 | 111001 |
Color Harmonies of #85A183
Complementary color
Monochromatic Colors of #85A183
Black with #85A183
Text Example
Text Example
White with #85A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A183; }
p { color: rgb(133,161,131); }
H1.HeaderClassName
{
color: #85A183;
}
.AnyTagClassName
{
color: #85A183;
}
</style>
background-color css
<style>
a { background-color: #85A183; }
a { background-color: rgb(133,161,131); }
div.DivClassName
{
background-color: #85A183;
}
.BgClassName
{
background-color: #85A183;
}
</style>
border-color css
<style>
span { border-color: #85A183; }
span { border-color: rgb(133,161,131); }
td.TdClassName
{
border-color: #85A183;
}
.TagClassName
{
border-color: #85A183;
}
</style>