#88A5AB

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

Shades of Ziggurat #88A5AB

Tints of Ziggurat #88A5AB

Color information

#88A5AB (or 0x88A5AB) is unknown color: approx Ziggurat. HEX triplet: 88, A5 and AB. RGB value is (136,165,171). Sum of RGB (Red+Green+Blue) = 136+165+171=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #88A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AB is #775A54. Grayscale: #9C9C9C. Windows color (decimal): -7821909 or 11249032. OLE color: 11249032.

HSL color Cylindrical-coordinate representation of color #88A5AB: hue angle of 190.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A5AB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136165171-
CMYK0.200.0400.33
HSL190.29º17.24%60.2%-
HSV(B)190.29º20.47%67.06%-
XYZ30.9635.0843.67-
YUV157.01135.89113.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=28.81%
G=34.96%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361651710.200.0400.33190.2917.2460.2
Hex88A5AB144021be113c
Octal2102452532440412762174
Binary1000100010100101101010111010010001000011011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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