#858579

Color #858579 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #858579

Tints of Schist #858579

Color information

#858579 (or 0x858579) is unknown color: approx Schist. HEX triplet: 85, 85 and 79. RGB value is (133,133,121). Sum of RGB (Red+Green+Blue) = 133+133+121=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858579 is #7A7A86. Grayscale: #838383. Windows color (decimal): -8026759 or 7964037. OLE color: 7964037.

HSL color Cylindrical-coordinate representation of color #858579: hue angle of 60º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858579 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133133121-
CMYK000.090.48
HSL60º4.72%49.8%-
HSV(B)60º9.02%52.16%-
XYZ21.5123.1421.42-
YUV131.63122128.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=34.37%
G=34.37%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133121000.090.48604.7249.8
Hex858579009303c532
Octal20520517100116074562
Binary10000101100001011111001001001110000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858579; }

 p { color: rgb(133,133,121); }

 H1.HeaderClassName
 {
   color: #858579;
 }
 .AnyTagClassName
 {
   color: #858579;
 }
</style>
background-color css

<style>
 a { background-color: #858579; }

 a { background-color: rgb(133,133,121); }

 div.DivClassName
 {
   background-color: #858579;
 }
 .BgClassName
 {
   background-color: #858579;
 }
</style>
border-color css

<style>
 span { border-color: #858579; }

 span { border-color: rgb(133,133,121); }

 td.TdClassName
 {
   border-color: #858579;
 }
 .TagClassName
 {
   border-color: #858579;
 }
</style>