#858474

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

Shades of Schist #858474

Tints of Schist #858474

Color information

#858474 (or 0x858474) is unknown color: approx Schist. HEX triplet: 85, 84 and 74. RGB value is (133,132,116). Sum of RGB (Red+Green+Blue) = 133+132+116=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858474 is #7A7B8B. Grayscale: #828282. Windows color (decimal): -8027020 or 7636101. OLE color: 7636101.

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

Color convert

RGB133132116-
CMYK00.010.130.48
HSL56.47º6.83%48.82%-
HSV(B)56.47º12.78%52.16%-
XYZ21.0822.7519.8-
YUV130.48119.83129.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=34.91%
G=34.65%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313211600.010.130.4856.476.8348.82
Hex85847401D3038731
Octal20520416401156070761
Binary10000101100001001110100011101110000111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858474; }

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

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

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

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

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

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

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

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