#85A89B

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

Shades of Cascade #85A89B

Tints of Cascade #85A89B

Color information

#85A89B (or 0x85A89B) is unknown color: approx Cascade. HEX triplet: 85, A8 and 9B. RGB value is (133,168,155). Sum of RGB (Red+Green+Blue) = 133+168+155=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #85A89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A89B is #7A5764. Grayscale: #9C9C9C. Windows color (decimal): -8017765 or 10201221. OLE color: 10201221.

HSL color Cylindrical-coordinate representation of color #85A89B: hue angle of 157.71º 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 #85A89B is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB133168155-
CMYK0.2100.080.34
HSL157.71º16.75%59.02%-
HSV(B)157.71º20.83%65.88%-
XYZ29.5935.3636.28-
YUV156.05127.4111.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=29.17%
G=36.84%
B=33.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331681550.2100.080.34157.7116.7559.02
Hex85A89B1508229e113b
Octal20525023325010422362173
Binary10000101101010001001101110101010001000101001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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