Html Css Color HEX #83A59F Cascade

📋 copy color: '#83A59F'

red 131 ◦ green 165 ◦ blue 159

#83A59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #83A59F

Tints of Cascade #83A59F

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 value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#83A59F (or 0x83A59F) is known color: 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

RGB 131 165 159 -
CMYK 0.21 0 0.04 0.35
HSL 169.41º 0.16% 0.58% -
HSV(B) 169.41º 0.21% 0.65% -
XYZ 29.07 34.24 37.88 -
YUV 154.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 131 165 159 0.21 0 0.04 0.35 169.41 0.16 0.58
Hex 83 A5 9F 15 0 4 23 A9 10 3A
Octal 203 245 237 25 0 4 43 251 20 72
Binary 10000011 10100101 10011111 10101 0 100 100011 10101001 10000 111010

Color Harmonies of #83A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A59F

Black with #83A59F

Text Example


Text Example

White with #83A59F

Text Example


Text Example

HTML Codes & Css Web 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>