#93A9A5

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

Shades of Cascade #93A9A5

Tints of Cascade #93A9A5

Color information

#93A9A5 (or 0x93A9A5) is unknown color: approx Cascade. HEX triplet: 93, A9 and A5. RGB value is (147,169,165). Sum of RGB (Red+Green+Blue) = 147+169+165=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 169 - color contains mainly: green. Hex color #93A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A9A5 is #6C565A. Grayscale: #A1A1A1. Windows color (decimal): -7099995 or 10856851. OLE color: 10856851.

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

Color convert

RGB147169165-
CMYK0.1300.020.34
HSL169.09º11.34%61.96%-
HSV(B)169.09º13.02%66.27%-
XYZ33.0137.341.06-
YUV161.97129.71117.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=30.56%
G=35.14%
B=34.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1471691650.1300.020.34169.0911.3461.96
Hex93A9A5D0222a9b3e
Octal2232512451502422511376
Binary1001001110101001101001011101010100010101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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