#859882

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

Shades of Stack #859882

Tints of Stack #859882

Color information

#859882 (or 0x859882) is unknown color: approx Stack. HEX triplet: 85, 98 and 82. RGB value is (133,152,130). Sum of RGB (Red+Green+Blue) = 133+152+130=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #859882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859882 is #7A677D. Grayscale: #8F8F8F. Windows color (decimal): -8021886 or 8558725. OLE color: 8558725.

HSL color Cylindrical-coordinate representation of color #859882: hue angle of 111.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859882 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB133152130-
CMYK0.1300.140.40
HSL111.82º9.65%55.29%-
HSV(B)111.82º14.47%59.61%-
XYZ24.9329.0525.41-
YUV143.81120.21120.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=32.05%
G=36.63%
B=31.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521300.1300.140.40111.829.6555.29
Hex859882D0E2870a37
Octal20523020215016501601267
Binary10000101100110001000001011010111010100011100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859882; }

 p { color: rgb(133,152,130); }

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

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

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

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

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

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

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