#859F8D

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

Shades of Envy #859F8D

Tints of Envy #859F8D

Color information

#859F8D (or 0x859F8D) is unknown color: approx Envy. HEX triplet: 85, 9F and 8D. RGB value is (133,159,141). Sum of RGB (Red+Green+Blue) = 133+159+141=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #859F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F8D is #7A6072. Grayscale: #959595. Windows color (decimal): -8020083 or 9281413. OLE color: 9281413.

HSL color Cylindrical-coordinate representation of color #859F8D: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F8D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB133159141-
CMYK0.1600.110.38
HSL138.46º11.93%57.25%-
HSV(B)138.46º16.35%62.35%-
XYZ26.8831.7129.9-
YUV149.17123.39116.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=30.72%
G=36.72%
B=32.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331591410.1600.110.38138.4611.9357.25
Hex859F8D100B268ac39
Octal20523721520013462121471
Binary1000010110011111100011011000001011100110100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859F8D; }

 p { color: rgb(133,159,141); }

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

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

 a { background-color: rgb(133,159,141); }

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

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

 span { border-color: rgb(133,159,141); }

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