#85A09A

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

Shades of Cascade #85A09A

Tints of Cascade #85A09A

Color information

#85A09A (or 0x85A09A) is unknown color: approx Cascade. HEX triplet: 85, A0 and 9A. RGB value is (133,160,154). Sum of RGB (Red+Green+Blue) = 133+160+154=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #85A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A09A is #7A5F65. Grayscale: #979797. Windows color (decimal): -8019814 or 10133637. OLE color: 10133637.

HSL color Cylindrical-coordinate representation of color #85A09A: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85A09A is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB133160154-
CMYK0.1700.040.37
HSL166.67º12.44%57.45%-
HSV(B)166.67º16.88%62.75%-
XYZ28.0832.4635.36-
YUV151.24129.55114.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=29.75%
G=35.79%
B=34.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331601540.1700.040.37166.6712.4457.45
Hex85A09A110425a7c39
Octal2052402322104452471471
Binary100001011010000010011010100010100100101101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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