#859486

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

Shades of Stack #859486

Tints of Stack #859486

Color information

#859486 (or 0x859486) is unknown color: approx Stack. HEX triplet: 85, 94 and 86. RGB value is (133,148,134). Sum of RGB (Red+Green+Blue) = 133+148+134=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #859486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859486 is #7A6B79. Grayscale: #8D8D8D. Windows color (decimal): -8022906 or 8819845. OLE color: 8819845.

HSL color Cylindrical-coordinate representation of color #859486: hue angle of 124º degrees, saturation: 0.07, 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 #859486 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB133148134-
CMYK0.1000.090.42
HSL124º6.55%55.1%-
HSV(B)124º10.14%58.04%-
XYZ24.5727.8926.64-
YUV141.92123.53121.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=32.05%
G=35.66%
B=32.29%

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
Decimal1331481340.1000.090.421246.5555.1
Hex859486A092A7c737
Octal2052242061201152174767
Binary1000010110010100100001101010010011010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859486; }

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

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

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

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

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

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

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

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