#859687

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

Shades of Stack #859687

Tints of Stack #859687

Color information

#859687 (or 0x859687) is unknown color: approx Stack. HEX triplet: 85, 96 and 87. RGB value is (133,150,135). Sum of RGB (Red+Green+Blue) = 133+150+135=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #859687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859687 is #7A6978. Grayscale: #8F8F8F. Windows color (decimal): -8022393 or 8885893. OLE color: 8885893.

HSL color Cylindrical-coordinate representation of color #859687: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859687 is Cyan = 0.11, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB133150135-
CMYK0.1100.10.41
HSL127.06º7.49%55.49%-
HSV(B)127.06º11.33%58.82%-
XYZ24.9528.5527.12-
YUV143.21123.37120.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=31.82%
G=35.89%
B=32.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501350.1100.10.41127.067.4955.49
Hex859687B0A297f737
Octal2052262071301251177767
Binary1000010110010110100001111011010101010011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859687; }

 p { color: rgb(133,150,135); }

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

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

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

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

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

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

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