#859285

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

Shades of Stack #859285

Tints of Stack #859285

Color information

#859285 (or 0x859285) is unknown color: approx Stack. HEX triplet: 85, 92 and 85. RGB value is (133,146,133). Sum of RGB (Red+Green+Blue) = 133+146+133=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #859285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859285 is #7A6D7A. Grayscale: #8C8C8C. Windows color (decimal): -8023419 or 8753797. OLE color: 8753797.

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

Color convert

RGB133146133-
CMYK0.0900.090.43
HSL120º5.63%54.71%-
HSV(B)120º8.9%57.25%-
XYZ24.1927.2426.17-
YUV140.63123.69122.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=32.28%
G=35.44%
B=32.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461330.0900.090.431205.6354.71
Hex8592859092B78637
Octal2052222051101153170667
Binary1000010110010010100001011001010011010111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859285; }

 p { color: rgb(133,146,133); }

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

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

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

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

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

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

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