#858570

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

Shades of Schist #858570

Tints of Schist #858570

Color information

#858570 (or 0x858570) is unknown color: approx Schist. HEX triplet: 85, 85 and 70. RGB value is (133,133,112). Sum of RGB (Red+Green+Blue) = 133+133+112=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858570 is #7A7A8F. Grayscale: #828282. Windows color (decimal): -8026768 or 7374213. OLE color: 7374213.

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

Color convert

RGB133133112-
CMYK000.160.48
HSL60º8.57%48.04%-
HSV(B)60º15.79%52.16%-
XYZ20.9922.9318.65-
YUV130.61117.5129.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=35.19%
G=35.19%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133112000.160.48608.5748.04
Hex8585700010303c930
Octal205205160002060741160
Binary1000010110000101111000000100001100001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858570; }

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

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

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

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

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

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

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

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