#858471

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

Shades of Schist #858471

Tints of Schist #858471

Color information

#858471 (or 0x858471) is unknown color: approx Schist. HEX triplet: 85, 84 and 71. RGB value is (133,132,113). Sum of RGB (Red+Green+Blue) = 133+132+113=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858471 is #7A7B8E. Grayscale: #828282. Windows color (decimal): -8027023 or 7439493. OLE color: 7439493.

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

Color convert

RGB133132113-
CMYK00.010.150.48
HSL57º8.13%48.24%-
HSV(B)57º15.04%52.16%-
XYZ20.922.6818.9-
YUV130.13118.33130.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=35.19%
G=34.92%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313211300.010.150.48578.1348.24
Hex85847101F3039830
Octal205204161011760711060
Binary100001011000010011100010111111100001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858471; }

 p { color: rgb(133,132,113); }

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

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

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

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

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

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

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