#859386

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

Shades of Stack #859386

Tints of Stack #859386

Color information

#859386 (or 0x859386) is unknown color: approx Stack. HEX triplet: 85, 93 and 86. RGB value is (133,147,134). Sum of RGB (Red+Green+Blue) = 133+147+134=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #859386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859386 is #7A6C79. Grayscale: #8D8D8D. Windows color (decimal): -8023162 or 8819589. OLE color: 8819589.

HSL color Cylindrical-coordinate representation of color #859386: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859386 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB133147134-
CMYK0.1000.090.42
HSL124.29º6.09%54.9%-
HSV(B)124.29º9.52%57.65%-
XYZ24.4127.5826.59-
YUV141.33123.86122.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=32.13%
G=35.51%
B=32.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471340.1000.090.42124.296.0954.9
Hex859386A092A7c637
Octal2052232061201152174667
Binary1000010110010011100001101010010011010101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859386; }

 p { color: rgb(133,147,134); }

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

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

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

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

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

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

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