#859586

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

Shades of Stack #859586

Tints of Stack #859586

Color information

#859586 (or 0x859586) is unknown color: approx Stack. HEX triplet: 85, 95 and 86. RGB value is (133,149,134). Sum of RGB (Red+Green+Blue) = 133+149+134=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #859586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859586 is #7A6A79. Grayscale: #8E8E8E. Windows color (decimal): -8022650 or 8820101. OLE color: 8820101.

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

Color convert

RGB133149134-
CMYK0.1100.100.42
HSL123.75º7.02%55.29%-
HSV(B)123.75º10.74%58.43%-
XYZ24.7228.226.69-
YUV142.51123.2121.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=31.97%
G=35.82%
B=32.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491340.1100.100.42123.757.0255.29
Hex859586B0A2A7c737
Octal2052252061301252174767
Binary1000010110010101100001101011010101010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859586; }

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

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

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

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

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

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

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

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