#859C8A

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

Shades of Envy #859C8A

Tints of Envy #859C8A

Color information

#859C8A (or 0x859C8A) is unknown color: approx Envy. HEX triplet: 85, 9C and 8A. RGB value is (133,156,138). Sum of RGB (Red+Green+Blue) = 133+156+138=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #859C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C8A is #7A6375. Grayscale: #939393. Windows color (decimal): -8020854 or 9084037. OLE color: 9084037.

HSL color Cylindrical-coordinate representation of color #859C8A: hue angle of 133.04º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C8A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB133156138-
CMYK0.1500.120.39
HSL133.04º10.41%56.67%-
HSV(B)133.04º14.74%61.18%-
XYZ26.1530.628.57-
YUV147.07122.88117.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=31.15%
G=36.53%
B=32.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331561380.1500.120.39133.0410.4156.67
Hex859C8AF0C2785a39
Octal20523421217014472051271
Binary100001011001110010001010111101100100111100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,156,138); }

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

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

 a { background-color: rgb(133,156,138); }

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

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

 span { border-color: rgb(133,156,138); }

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