#93A585

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

Shades of Delta #93A585

Tints of Delta #93A585

Color information

#93A585 (or 0x93A585) is unknown color: approx Delta. HEX triplet: 93, A5 and 85. RGB value is (147,165,133). Sum of RGB (Red+Green+Blue) = 147+165+133=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #93A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A585 is #6C5A7A. Grayscale: #9C9C9C. Windows color (decimal): -7101051 or 8758675. OLE color: 8758675.

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

Color convert

RGB147165133-
CMYK0.1100.190.35
HSL93.75º15.09%58.43%-
HSV(B)93.75º19.39%64.71%-
XYZ29.7234.8127.34-
YUV155.97115.04121.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=33.03%
G=37.08%
B=29.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651330.1100.190.3593.7515.0958.43
Hex93A585B013235ef3a
Octal22324520513023431361772
Binary100100111010010110000101101101001110001110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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