#93A599

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

Shades of Edward #93A599

Tints of Edward #93A599

Color information

#93A599 (or 0x93A599) is unknown color: approx Edward. HEX triplet: 93, A5 and 99. RGB value is (147,165,153). Sum of RGB (Red+Green+Blue) = 147+165+153=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #93A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A599 is #6C5A66. Grayscale: #9E9E9E. Windows color (decimal): -7101031 or 10069395. OLE color: 10069395.

HSL color Cylindrical-coordinate representation of color #93A599: hue angle of 140º 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 #93A599 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB147165153-
CMYK0.1100.070.35
HSL140º9.09%61.18%-
HSV(B)140º10.91%64.71%-
XYZ31.2435.4135.33-
YUV158.25125.04119.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=31.61%
G=35.48%
B=32.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651530.1100.070.351409.0961.18
Hex93A599B07238c93d
Octal2232452311307432141175
Binary10010011101001011001100110110111100011100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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