#85A49D

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

Shades of Cascade #85A49D

Tints of Cascade #85A49D

Color information

#85A49D (or 0x85A49D) is unknown color: approx Cascade. HEX triplet: 85, A4 and 9D. RGB value is (133,164,157). Sum of RGB (Red+Green+Blue) = 133+164+157=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #85A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A49D is #7A5B62. Grayscale: #999999. Windows color (decimal): -8018787 or 10331269. OLE color: 10331269.

HSL color Cylindrical-coordinate representation of color #85A49D: hue angle of 166.45º 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 #85A49D is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB133164157-
CMYK0.1900.040.36
HSL166.45º14.55%58.24%-
HSV(B)166.45º18.9%64.31%-
XYZ29.0333.9736.93-
YUV153.93129.73113.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=29.30%
G=36.12%
B=34.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641570.1900.040.36166.4514.5558.24
Hex85A49D130424a6f3a
Octal2052442352304442461772
Binary100001011010010010011101100110100100100101001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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