#85A69E

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

Shades of Cascade #85A69E

Tints of Cascade #85A69E

Color information

#85A69E (or 0x85A69E) is unknown color: approx Cascade. HEX triplet: 85, A6 and 9E. RGB value is (133,166,158). Sum of RGB (Red+Green+Blue) = 133+166+158=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #85A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A69E is #7A5961. Grayscale: #9B9B9B. Windows color (decimal): -8018274 or 10397317. OLE color: 10397317.

HSL color Cylindrical-coordinate representation of color #85A69E: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85A69E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB133166158-
CMYK0.2000.050.35
HSL165.45º15.64%58.63%-
HSV(B)165.45º19.88%65.1%-
XYZ29.4834.7337.5-
YUV155.22129.57112.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=29.10%
G=36.32%
B=34.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331661580.2000.050.35165.4515.6458.63
Hex85A69E140523a5103b
Octal2052462362405432452073
Binary1000010110100110100111101010001011000111010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,158); }

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

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

 a { background-color: rgb(133,166,158); }

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

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

 span { border-color: rgb(133,166,158); }

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