#93A5A1

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

Shades of Cascade #93A5A1

Tints of Cascade #93A5A1

Color information

#93A5A1 (or 0x93A5A1) is unknown color: approx Cascade. HEX triplet: 93, A5 and A1. RGB value is (147,165,161). Sum of RGB (Red+Green+Blue) = 147+165+161=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 165 - color contains mainly: green. Hex color #93A5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5A1 is #6C5A5E. Grayscale: #9F9F9F. Windows color (decimal): -7101023 or 10593683. OLE color: 10593683.

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

Color convert

RGB147165161-
CMYK0.1100.020.35
HSL166.67º9.09%61.18%-
HSV(B)166.67º10.91%64.71%-
XYZ31.9235.6938.92-
YUV159.16129.04119.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=31.08%
G=34.88%
B=34.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651610.1100.020.35166.679.0961.18
Hex93A5A1B0223a793d
Octal2232452411302432471175
Binary1001001110100101101000011011010100011101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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