#85A49C

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

Shades of Cascade #85A49C

Tints of Cascade #85A49C

Color information

#85A49C (or 0x85A49C) is unknown color: approx Cascade. HEX triplet: 85, A4 and 9C. RGB value is (133,164,156). Sum of RGB (Red+Green+Blue) = 133+164+156=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #85A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A49C is #7A5B63. Grayscale: #999999. Windows color (decimal): -8018788 or 10265733. OLE color: 10265733.

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

Color convert

RGB133164156-
CMYK0.1900.050.36
HSL164.52º14.55%58.24%-
HSV(B)164.52º18.9%64.31%-
XYZ28.9533.9436.48-
YUV153.82129.23113.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=29.36%
G=36.20%
B=34.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641560.1900.050.36164.5214.5558.24
Hex85A49C130524a5f3a
Octal2052442342305442451772
Binary100001011010010010011100100110101100100101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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