Html Css Color HEX #85A39A Cascade

📋 copy color: '#85A39A'

red 133 ◦ green 163 ◦ blue 154

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

Shades of Cascade #85A39A

Tints of Cascade #85A39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 29.56%
G = 36.22%
B = 34.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#85A39A (or 0x85A39A) is known color: Cascade. HEX triplet: 85, A3 and 9A. RGB value is (133,163,154). Sum of RGB (Red+Green+Blue) = 133+163+154=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #85A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A39A is #7A5C65. Grayscale: #999999. Windows color (decimal): -8019046 or 10134405. OLE color: 10134405.

HSL color Cylindrical-coordinate representation of color #85A39A: hue angle of 162º 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 #85A39A is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 154 -
CMYK 0.18 0 0.06 0.36
HSL 162º 0.14% 0.58% -
HSV(B) 162º 0.18% 0.64% -
XYZ 28.6 33.51 35.53 -
YUV 153 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 133 163 154 0.18 0 0.06 0.36 162 0.14 0.58
Hex 85 A3 9A 12 0 6 24 A2 E 3A
Octal 205 243 232 22 0 6 44 242 16 72
Binary 10000101 10100011 10011010 10010 0 110 100100 10100010 1110 111010

Color Harmonies of #85A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A39A

Black with #85A39A

Text Example


Text Example

White with #85A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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