#859487

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

Shades of Stack #859487

Tints of Stack #859487

Color information

#859487 (or 0x859487) is unknown color: approx Stack. HEX triplet: 85, 94 and 87. RGB value is (133,148,135). Sum of RGB (Red+Green+Blue) = 133+148+135=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #859487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859487 is #7A6B78. Grayscale: #8E8E8E. Windows color (decimal): -8022905 or 8885381. OLE color: 8885381.

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

Color convert

RGB133148135-
CMYK0.1000.090.42
HSL128º6.55%55.1%-
HSV(B)128º10.14%58.04%-
XYZ24.6427.9227.01-
YUV142.03124.03121.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=31.97%
G=35.58%
B=32.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481350.1000.090.421286.5555.1
Hex859487A092A80737
Octal2052242071201152200767
Binary10000101100101001000011110100100110101010000000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859487; }

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

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

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

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

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

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

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

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