Shades of Schist #858373
Tints of Schist #858373
RGB
CMYK
RGB Variations
Color information
#858373 (or 0x858373) is known color: Schist. HEX triplet: 85, 83 and 73. RGB value is (133,131,115). Sum of RGB (Red+Green+Blue) = 133+131+115=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858373 is #7A7C8C. Grayscale: #818181. Windows color (decimal): -8027277 or 7570309. OLE color: 7570309.
HSL color Cylindrical-coordinate representation of color #858373: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858373 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 131 | 115 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.48 |
| HSL | 53.33º | 0.07% | 0.49% | - |
| HSV(B) | 53.33º | 0.14% | 0.52% | - |
| XYZ | 20.88 | 22.46 | 19.45 | - |
| YUV | 129.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 115 | 0 | 0.02 | 0.14 | 0.48 | 53.33 | 0.07 | 0.49 |
| Hex | 85 | 83 | 73 | 0 | 2 | E | 30 | 35 | 7 | 31 |
| Octal | 205 | 203 | 163 | 0 | 2 | 16 | 60 | 65 | 7 | 61 |
| Binary | 10000101 | 10000011 | 1110011 | 0 | 10 | 1110 | 110000 | 110101 | 111 | 110001 |
Color Harmonies of #858373
Complementary color
Monochromatic Colors of #858373
Black with #858373
Text Example
Text Example
White with #858373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858373; }
p { color: rgb(133,131,115); }
H1.HeaderClassName
{
color: #858373;
}
.AnyTagClassName
{
color: #858373;
}
</style>
background-color css
<style>
a { background-color: #858373; }
a { background-color: rgb(133,131,115); }
div.DivClassName
{
background-color: #858373;
}
.BgClassName
{
background-color: #858373;
}
</style>
border-color css
<style>
span { border-color: #858373; }
span { border-color: rgb(133,131,115); }
td.TdClassName
{
border-color: #858373;
}
.TagClassName
{
border-color: #858373;
}
</style>