Html Css Color HEX #85A59F Cascade

📋 copy color: '#85A59F'

red 133 ◦ green 165 ◦ blue 159

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

Shades of Cascade #85A59F

Tints of Cascade #85A59F

RGB

 RED value IS 133 (52.34% from 255) = 29.1%

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 29.1%
G = 36.11%
B = 34.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#85A59F (or 0x85A59F) is known color: Cascade. HEX triplet: 85, A5 and 9F. RGB value is (133,165,159). Sum of RGB (Red+Green+Blue) = 133+165+159=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #85A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A59F is #7A5A60. Grayscale: #9A9A9A. Windows color (decimal): -8018529 or 10462597. OLE color: 10462597.

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

Color convert

RGB 133 165 159 -
CMYK 0.19 0 0.04 0.35
HSL 168.75º 0.15% 0.58% -
HSV(B) 168.75º 0.19% 0.65% -
XYZ 29.39 34.4 37.89 -
YUV 154.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 133 165 159 0.19 0 0.04 0.35 168.75 0.15 0.58
Hex 85 A5 9F 13 0 4 23 A9 F 3A
Octal 205 245 237 23 0 4 43 251 17 72
Binary 10000101 10100101 10011111 10011 0 100 100011 10101001 1111 111010

Color Harmonies of #85A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A59F

Black with #85A59F

Text Example


Text Example

White with #85A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A59F;
 }
 .AnyTagClassName
 {
   color: #85A59F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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