#859A8B

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

Shades of Envy #859A8B

Tints of Envy #859A8B

Color information

#859A8B (or 0x859A8B) is unknown color: approx Envy. HEX triplet: 85, 9A and 8B. RGB value is (133,154,139). Sum of RGB (Red+Green+Blue) = 133+154+139=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #859A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A8B is #7A6574. Grayscale: #929292. Windows color (decimal): -8021365 or 9149061. OLE color: 9149061.

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

Color convert

RGB133154139-
CMYK0.1400.100.40
HSL137.14º9.42%56.27%-
HSV(B)137.14º13.64%60.39%-
XYZ25.8929.9628.84-
YUV146.01124.04118.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=31.22%
G=36.15%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331541390.1400.100.40137.149.4256.27
Hex859A8BE0A2889938
Octal20523221316012502111170
Binary100001011001101010001011111001010101000100010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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