Html Css Color HEX #85A39D Cascade

📋 copy color: '#85A39D'

red 133 ◦ green 163 ◦ blue 157

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

Shades of Cascade #85A39D

Tints of Cascade #85A39D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 29.36%
G = 35.98%
B = 34.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#85A39D (or 0x85A39D) is known color: Cascade. HEX triplet: 85, A3 and 9D. RGB value is (133,163,157). Sum of RGB (Red+Green+Blue) = 133+163+157=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #85A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A39D is #7A5C62. Grayscale: #999999. Windows color (decimal): -8019043 or 10331013. OLE color: 10331013.

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

Color convert

RGB 133 163 157 -
CMYK 0.18 0 0.04 0.36
HSL 168º 0.14% 0.58% -
HSV(B) 168º 0.18% 0.64% -
XYZ 28.86 33.62 36.87 -
YUV 153.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 133 163 157 0.18 0 0.04 0.36 168 0.14 0.58
Hex 85 A3 9D 12 0 4 24 A8 E 3A
Octal 205 243 235 22 0 4 44 250 16 72
Binary 10000101 10100011 10011101 10010 0 100 100100 10101000 1110 111010

Color Harmonies of #85A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A39D

Black with #85A39D

Text Example


Text Example

White with #85A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,157); }

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

background-color css

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

 a { background-color: rgb(133,163,157); }

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

border-color css

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

 span { border-color: rgb(133,163,157); }

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