#83A59F

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

Shades of Cascade #83A59F

Tints of Cascade #83A59F

Color information

#83A59F (or 0x83A59F) is unknown color: approx Cascade. HEX triplet: 83, A5 and 9F. RGB value is (131,165,159). Sum of RGB (Red+Green+Blue) = 131+165+159=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #83A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A59F is #7C5A60. Grayscale: #9A9A9A. Windows color (decimal): -8149601 or 10462595. OLE color: 10462595.

HSL color Cylindrical-coordinate representation of color #83A59F: hue angle of 169.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A59F is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB131165159-
CMYK0.2100.040.35
HSL169.41º15.89%58.04%-
HSV(B)169.41º20.61%64.71%-
XYZ29.0734.2437.88-
YUV154.15130.74111.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=28.79%
G=36.26%
B=34.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311651590.2100.040.35169.4115.8958.04
Hex83A59F150423a9103a
Octal2032452372504432512072
Binary1000001110100101100111111010101001000111010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A59F; }

 p { color: rgb(131,165,159); }

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

<style>
 a { background-color: #83A59F; }

 a { background-color: rgb(131,165,159); }

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

<style>
 span { border-color: #83A59F; }

 span { border-color: rgb(131,165,159); }

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