#85A59B

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

Shades of Cascade #85A59B

Tints of Cascade #85A59B

Color information

#85A59B (or 0x85A59B) is unknown color: approx Cascade. HEX triplet: 85, A5 and 9B. RGB value is (133,165,155). Sum of RGB (Red+Green+Blue) = 133+165+155=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59B is #7A5A64. Grayscale: #9A9A9A. Windows color (decimal): -8018533 or 10200453. OLE color: 10200453.

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

Color convert

RGB133165155-
CMYK0.1900.060.35
HSL161.25º15.09%58.43%-
HSV(B)161.25º19.39%64.71%-
XYZ29.0434.2636.09-
YUV154.29128.4112.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=29.36%
G=36.42%
B=34.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331651550.1900.060.35161.2515.0958.43
Hex85A59B130623a1f3a
Octal2052452332306432411772
Binary100001011010010110011011100110110100011101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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