#85A59A

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

Shades of Cascade #85A59A

Tints of Cascade #85A59A

Color information

#85A59A (or 0x85A59A) is unknown color: approx Cascade. HEX triplet: 85, A5 and 9A. RGB value is (133,165,154). Sum of RGB (Red+Green+Blue) = 133+165+154=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59A is #7A5A65. Grayscale: #9A9A9A. Windows color (decimal): -8018534 or 10134917. OLE color: 10134917.

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

Color convert

RGB133165154-
CMYK0.1900.070.35
HSL159.37º15.09%58.43%-
HSV(B)159.37º19.39%64.71%-
XYZ28.9634.2335.65-
YUV154.18127.9112.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=29.42%
G=36.50%
B=34.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331651540.1900.070.35159.3715.0958.43
Hex85A59A1307239ff3a
Octal2052452322307432371772
Binary100001011010010110011010100110111100011100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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