#859B8B

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

Shades of Envy #859B8B

Tints of Envy #859B8B

Color information

#859B8B (or 0x859B8B) is unknown color: approx Envy. HEX triplet: 85, 9B and 8B. RGB value is (133,155,139). Sum of RGB (Red+Green+Blue) = 133+155+139=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #859B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B8B is #7A6474. Grayscale: #929292. Windows color (decimal): -8021109 or 9149317. OLE color: 9149317.

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

Color convert

RGB133155139-
CMYK0.1400.100.39
HSL136.36º9.91%56.47%-
HSV(B)136.36º14.19%60.78%-
XYZ26.0530.2928.9-
YUV146.6123.71118.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=31.15%
G=36.30%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331551390.1400.100.39136.369.9156.47
Hex859B8BE0A2788a38
Octal20523321316012472101270
Binary100001011001101110001011111001010100111100010001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,155,139); }

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

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

 a { background-color: rgb(133,155,139); }

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

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

 span { border-color: rgb(133,155,139); }

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