#858578

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

Shades of Schist #858578

Tints of Schist #858578

Color information

#858578 (or 0x858578) is unknown color: approx Schist. HEX triplet: 85, 85 and 78. RGB value is (133,133,120). Sum of RGB (Red+Green+Blue) = 133+133+120=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858578 is #7A7A87. Grayscale: #838383. Windows color (decimal): -8026760 or 7898501. OLE color: 7898501.

HSL color Cylindrical-coordinate representation of color #858578: 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.1%. Process color model (Four color, CMYK) of #858578 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133133120-
CMYK000.100.48
HSL60º5.14%49.61%-
HSV(B)60º9.77%52.16%-
XYZ21.4523.1221.1-
YUV131.52121.5129.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=34.46%
G=34.46%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133120000.100.48605.1449.61
Hex85857800A303c532
Octal20520517000126074562
Binary10000101100001011111000001010110000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858578; }

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

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

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

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

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

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

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

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