#8E9591

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

Shades of Edward #8E9591

Tints of Edward #8E9591

Color information

#8E9591 (or 0x8E9591) is unknown color: approx Edward. HEX triplet: 8E, 95 and 91. RGB value is (142,149,145). Sum of RGB (Red+Green+Blue) = 142+149+145=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9591 is #716A6E. Grayscale: #929292. Windows color (decimal): -7432815 or 9541006. OLE color: 9541006.

HSL color Cylindrical-coordinate representation of color #8E9591: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E9591 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB142149145-
CMYK0.0500.030.42
HSL145.71º3.2%57.06%-
HSV(B)145.71º4.7%58.43%-
XYZ27.0129.2931.02-
YUV146.45127.18124.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=32.57%
G=34.17%
B=33.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421491450.0500.030.42145.713.257.06
Hex8E95915032A92339
Octal21622522150352222371
Binary1000111010010101100100011010111010101001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9591; }

 p { color: rgb(142,149,145); }

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

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

 a { background-color: rgb(142,149,145); }

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

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

 span { border-color: rgb(142,149,145); }

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