#85A99A

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

Shades of Cascade #85A99A

Tints of Cascade #85A99A

Color information

#85A99A (or 0x85A99A) is unknown color: approx Cascade. HEX triplet: 85, A9 and 9A. RGB value is (133,169,154). Sum of RGB (Red+Green+Blue) = 133+169+154=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #85A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A99A is #7A5665. Grayscale: #9C9C9C. Windows color (decimal): -8017510 or 10135941. OLE color: 10135941.

HSL color Cylindrical-coordinate representation of color #85A99A: hue angle of 155º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A99A is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB133169154-
CMYK0.2100.090.34
HSL155º17.31%59.22%-
HSV(B)155º21.3%66.27%-
XYZ29.6935.735.9-
YUV156.53126.57111.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 154 (60.55% from 255) = 33.77%
R=29.17%
G=37.06%
B=33.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331691540.2100.090.3415517.3159.22
Hex85A99A1509229b113b
Octal20525123225011422332173
Binary10000101101010011001101010101010011000101001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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