#80A59D

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

Shades of Cascade #80A59D

Tints of Cascade #80A59D

Color information

#80A59D (or 0x80A59D) is unknown color: approx Cascade. HEX triplet: 80, A5 and 9D. RGB value is (128,165,157). Sum of RGB (Red+Green+Blue) = 128+165+157=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #80A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A59D is #7F5A62. Grayscale: #999999. Windows color (decimal): -8346211 or 10331520. OLE color: 10331520.

HSL color Cylindrical-coordinate representation of color #80A59D: hue angle of 167.03º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A59D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB128165157-
CMYK0.2200.050.35
HSL167.03º17.05%57.45%-
HSV(B)167.03º22.42%64.71%-
XYZ28.4433.9336.95-
YUV153.02130.24110.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=28.44%
G=36.67%
B=34.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651570.2200.050.35167.0317.0557.45
Hex80A59D160523a71139
Octal2002452352605432472171
Binary1000000010100101100111011011001011000111010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A59D; }

 p { color: rgb(128,165,157); }

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

<style>
 a { background-color: #80A59D; }

 a { background-color: rgb(128,165,157); }

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

<style>
 span { border-color: #80A59D; }

 span { border-color: rgb(128,165,157); }

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