#859084

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

Shades of Stack #859084

Tints of Stack #859084

Color information

#859084 (or 0x859084) is unknown color: approx Stack. HEX triplet: 85, 90 and 84. RGB value is (133,144,132). Sum of RGB (Red+Green+Blue) = 133+144+132=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #859084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859084 is #7A6F7B. Grayscale: #8B8B8B. Windows color (decimal): -8023932 or 8687749. OLE color: 8687749.

HSL color Cylindrical-coordinate representation of color #859084: hue angle of 115º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #859084 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB133144132-
CMYK0.0800.080.44
HSL115º5.13%54.12%-
HSV(B)115º8.33%56.47%-
XYZ23.8126.625.71-
YUV139.34123.86123.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=32.52%
G=35.21%
B=32.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331441320.0800.080.441155.1354.12
Hex8590848082C73536
Octal2052202041001054163566
Binary1000010110010000100001001000010001011001110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859084; }

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

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

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

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

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

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

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

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