Html Css Color HEX #85A498 Cascade

📋 copy color: '#85A498'

red 133 ◦ green 164 ◦ blue 152

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

Shades of Cascade #85A498

Tints of Cascade #85A498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 29.62%
G = 36.53%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#85A498 (or 0x85A498) is known color: Cascade. HEX triplet: 85, A4 and 98. RGB value is (133,164,152). Sum of RGB (Red+Green+Blue) = 133+164+152=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #85A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A498 is #7A5B67. Grayscale: #999999. Windows color (decimal): -8018792 or 10003589. OLE color: 10003589.

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

Color convert

RGB 133 164 152 -
CMYK 0.19 0 0.07 0.36
HSL 156.77º 0.15% 0.58% -
HSV(B) 156.77º 0.19% 0.64% -
XYZ 28.62 33.8 34.72 -
YUV 153.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 133 164 152 0.19 0 0.07 0.36 156.77 0.15 0.58
Hex 85 A4 98 13 0 7 24 9D F 3A
Octal 205 244 230 23 0 7 44 235 17 72
Binary 10000101 10100100 10011000 10011 0 111 100100 10011101 1111 111010

Color Harmonies of #85A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A498

Black with #85A498

Text Example


Text Example

White with #85A498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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