#858478

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

Shades of Schist #858478

Tints of Schist #858478

Color information

#858478 (or 0x858478) is unknown color: approx Schist. HEX triplet: 85, 84 and 78. RGB value is (133,132,120). Sum of RGB (Red+Green+Blue) = 133+132+120=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #858478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858478 is #7A7B87. Grayscale: #828282. Windows color (decimal): -8027016 or 7898245. OLE color: 7898245.

HSL color Cylindrical-coordinate representation of color #858478: hue angle of 55.38º 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 #858478 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB133132120-
CMYK00.010.100.48
HSL55.38º5.14%49.61%-
HSV(B)55.38º9.77%52.16%-
XYZ21.3122.8521.06-
YUV130.93121.83129.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=34.55%
G=34.29%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313212000.010.100.4855.385.1449.61
Hex85847801A3037532
Octal20520417001126067562
Binary10000101100001001111000011010110000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858478; }

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

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

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

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

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

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

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

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