#88A5AD

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

Shades of Ziggurat #88A5AD

Tints of Ziggurat #88A5AD

Color information

#88A5AD (or 0x88A5AD) is unknown color: approx Ziggurat. HEX triplet: 88, A5 and AD. RGB value is (136,165,173). Sum of RGB (Red+Green+Blue) = 136+165+173=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AD is #775A52. Grayscale: #9D9D9D. Windows color (decimal): -7821907 or 11380104. OLE color: 11380104.

HSL color Cylindrical-coordinate representation of color #88A5AD: hue angle of 192.97º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A5AD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136165173-
CMYK0.210.0500.32
HSL192.97º18.41%60.59%-
HSV(B)192.97º21.39%67.84%-
XYZ31.1535.1644.68-
YUV157.24136.89112.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=28.69%
G=34.81%
B=36.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361651730.210.0500.32192.9718.4160.59
Hex88A5AD155020c1123d
Octal2102452552550403012275
Binary1000100010100101101011011010110101000001100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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