#88A5A1

Color #88A5A1 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #88A5A1

Tints of Cascade #88A5A1

Color information

#88A5A1 (or 0x88A5A1) is unknown color: approx Cascade. HEX triplet: 88, A5 and A1. RGB value is (136,165,161). Sum of RGB (Red+Green+Blue) = 136+165+161=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #88A5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5A1 is #775A5E. Grayscale: #9B9B9B. Windows color (decimal): -7821919 or 10593672. OLE color: 10593672.

HSL color Cylindrical-coordinate representation of color #88A5A1: hue angle of 171.72º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A5A1 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB136165161-
CMYK0.1800.020.35
HSL171.72º13.88%59.02%-
HSV(B)171.72º17.58%64.71%-
XYZ30.0434.7238.84-
YUV155.87130.89113.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=29.44%
G=35.71%
B=34.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361651610.1800.020.35171.7213.8859.02
Hex88A5A1120223ace3b
Octal2102452412202432541673
Binary10001000101001011010000110010010100011101011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A5A1; }

 p { color: rgb(136,165,161); }

 H1.HeaderClassName
 {
   color: #88A5A1;
 }
 .AnyTagClassName
 {
   color: #88A5A1;
 }
</style>
background-color css

<style>
 a { background-color: #88A5A1; }

 a { background-color: rgb(136,165,161); }

 div.DivClassName
 {
   background-color: #88A5A1;
 }
 .BgClassName
 {
   background-color: #88A5A1;
 }
</style>
border-color css

<style>
 span { border-color: #88A5A1; }

 span { border-color: rgb(136,165,161); }

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