Html Css Color HEX #85A49B Cascade

📋 copy color: '#85A49B'

red 133 ◦ green 164 ◦ blue 155

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

Shades of Cascade #85A49B

Tints of Cascade #85A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 155 (60.94% from 255) = 34.29%

R = 29.42%
G = 36.28%
B = 34.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#85A49B (or 0x85A49B) is known color: Cascade. HEX triplet: 85, A4 and 9B. RGB value is (133,164,155). Sum of RGB (Red+Green+Blue) = 133+164+155=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #85A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A49B is #7A5B64. Grayscale: #999999. Windows color (decimal): -8018789 or 10200197. OLE color: 10200197.

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

Color convert

RGB 133 164 155 -
CMYK 0.19 0 0.05 0.36
HSL 162.58º 0.15% 0.58% -
HSV(B) 162.58º 0.19% 0.64% -
XYZ 28.86 33.9 36.03 -
YUV 153.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 133 164 155 0.19 0 0.05 0.36 162.58 0.15 0.58
Hex 85 A4 9B 13 0 5 24 A3 F 3A
Octal 205 244 233 23 0 5 44 243 17 72
Binary 10000101 10100100 10011011 10011 0 101 100100 10100011 1111 111010

Color Harmonies of #85A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A49B

Black with #85A49B

Text Example


Text Example

White with #85A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,155); }

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

background-color css

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

 a { background-color: rgb(133,164,155); }

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

border-color css

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

 span { border-color: rgb(133,164,155); }

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