#859587

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

Shades of Stack #859587

Tints of Stack #859587

Color information

#859587 (or 0x859587) is unknown color: approx Stack. HEX triplet: 85, 95 and 87. RGB value is (133,149,135). Sum of RGB (Red+Green+Blue) = 133+149+135=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #859587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859587 is #7A6A78. Grayscale: #8E8E8E. Windows color (decimal): -8022649 or 8885637. OLE color: 8885637.

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

Color convert

RGB133149135-
CMYK0.1100.090.42
HSL127.5º7.02%55.29%-
HSV(B)127.5º10.74%58.43%-
XYZ24.7928.2327.06-
YUV142.62123.7121.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=31.89%
G=35.73%
B=32.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491350.1100.090.42127.57.0255.29
Hex859587B092A7f737
Octal2052252071301152177767
Binary1000010110010101100001111011010011010101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859587; }

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

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

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

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

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

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

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

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