#85A497

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

Shades of Cascade #85A497

Tints of Cascade #85A497

Color information

#85A497 (or 0x85A497) is unknown color: approx Cascade. HEX triplet: 85, A4 and 97. RGB value is (133,164,151). Sum of RGB (Red+Green+Blue) = 133+164+151=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #85A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A497 is #7A5B68. Grayscale: #999999. Windows color (decimal): -8018793 or 9938053. OLE color: 9938053.

HSL color Cylindrical-coordinate representation of color #85A497: hue angle of 154.84º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A497 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB133164151-
CMYK0.1900.080.36
HSL154.84º14.55%58.24%-
HSV(B)154.84º18.9%64.31%-
XYZ28.5333.7734.29-
YUV153.25126.73113.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=29.69%
G=36.61%
B=33.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641510.1900.080.36154.8414.5558.24
Hex85A4971308249bf3a
Octal20524422723010442331772
Binary1000010110100100100101111001101000100100100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A497; }

 p { color: rgb(133,164,151); }

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

<style>
 a { background-color: #85A497; }

 a { background-color: rgb(133,164,151); }

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

<style>
 span { border-color: #85A497; }

 span { border-color: rgb(133,164,151); }

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