#93A899

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

Shades of Edward #93A899

Tints of Edward #93A899

Color information

#93A899 (or 0x93A899) is unknown color: approx Edward. HEX triplet: 93, A8 and 99. RGB value is (147,168,153). Sum of RGB (Red+Green+Blue) = 147+168+153=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #93A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A899 is #6C5766. Grayscale: #A0A0A0. Windows color (decimal): -7100263 or 10070163. OLE color: 10070163.

HSL color Cylindrical-coordinate representation of color #93A899: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A899 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB147168153-
CMYK0.1300.090.34
HSL137.14º10.77%61.76%-
HSV(B)137.14º12.5%65.88%-
XYZ31.7936.5135.51-
YUV160.01124.04118.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=31.41%
G=35.90%
B=32.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1471681530.1300.090.34137.1410.7761.76
Hex93A899D092289b3e
Octal22325023115011422111376
Binary100100111010100010011001110101001100010100010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A899; }

 p { color: rgb(147,168,153); }

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

<style>
 a { background-color: #93A899; }

 a { background-color: rgb(147,168,153); }

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

<style>
 span { border-color: #93A899; }

 span { border-color: rgb(147,168,153); }

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