#93A597

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

Shades of Edward #93A597

Tints of Edward #93A597

Color information

#93A597 (or 0x93A597) is unknown color: approx Edward. HEX triplet: 93, A5 and 97. RGB value is (147,165,151). Sum of RGB (Red+Green+Blue) = 147+165+151=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #93A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A597 is #6C5A68. Grayscale: #9E9E9E. Windows color (decimal): -7101033 or 9938323. OLE color: 9938323.

HSL color Cylindrical-coordinate representation of color #93A597: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A597 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB147165151-
CMYK0.1100.080.35
HSL133.33º9.09%61.18%-
HSV(B)133.33º10.91%64.71%-
XYZ31.0735.3534.46-
YUV158.02124.04120.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=31.75%
G=35.64%
B=32.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651510.1100.080.35133.339.0961.18
Hex93A597B08238593d
Octal22324522713010432051175
Binary100100111010010110010111101101000100011100001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,151); }

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

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

 a { background-color: rgb(147,165,151); }

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

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

 span { border-color: rgb(147,165,151); }

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