Html Css Color HEX #85A69A Cascade

📋 copy color: '#85A69A'

red 133 ◦ green 166 ◦ blue 154

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

Shades of Cascade #85A69A

Tints of Cascade #85A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 29.36%
G = 36.64%
B = 34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#85A69A (or 0x85A69A) is known color: Cascade. HEX triplet: 85, A6 and 9A. RGB value is (133,166,154). Sum of RGB (Red+Green+Blue) = 133+166+154=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #85A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A69A is #7A5965. Grayscale: #9A9A9A. Windows color (decimal): -8018278 or 10135173. OLE color: 10135173.

HSL color Cylindrical-coordinate representation of color #85A69A: hue angle of 158.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85A69A is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 154 -
CMYK 0.20 0 0.07 0.35
HSL 158.18º 0.16% 0.59% -
HSV(B) 158.18º 0.2% 0.65% -
XYZ 29.14 34.59 35.71 -
YUV 154.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 133 166 154 0.20 0 0.07 0.35 158.18 0.16 0.59
Hex 85 A6 9A 14 0 7 23 9E 10 3B
Octal 205 246 232 24 0 7 43 236 20 73
Binary 10000101 10100110 10011010 10100 0 111 100011 10011110 10000 111011

Color Harmonies of #85A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A69A

Black with #85A69A

Text Example


Text Example

White with #85A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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