#89AAAD

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

Shades of Ziggurat #89AAAD

Tints of Ziggurat #89AAAD

Color information

#89AAAD (or 0x89AAAD) is unknown color: approx Ziggurat. HEX triplet: 89, AA and AD. RGB value is (137,170,173). Sum of RGB (Red+Green+Blue) = 137+170+173=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #89AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAD is #765552. Grayscale: #A0A0A0. Windows color (decimal): -7755091 or 11381385. OLE color: 11381385.

HSL color Cylindrical-coordinate representation of color #89AAAD: hue angle of 185º 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 #89AAAD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137170173-
CMYK0.210.0200.32
HSL185º18%60.78%-
HSV(B)185º20.81%67.84%-
XYZ32.2337.0844.99-
YUV160.48135.07111.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=28.54%
G=35.42%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371701730.210.0200.321851860.78
Hex89AAAD152020b9123d
Octal2112522552520402712275
Binary100010011010101010101101101011001000001011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AAAD; }

 p { color: rgb(137,170,173); }

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

<style>
 a { background-color: #89AAAD; }

 a { background-color: rgb(137,170,173); }

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

<style>
 span { border-color: #89AAAD; }

 span { border-color: rgb(137,170,173); }

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