#89ADAE

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

Shades of Ziggurat #89ADAE

Tints of Ziggurat #89ADAE

Color information

#89ADAE (or 0x89ADAE) is unknown color: approx Ziggurat. HEX triplet: 89, AD and AE. RGB value is (137,173,174). Sum of RGB (Red+Green+Blue) = 137+173+174=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #89ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAE is #765251. Grayscale: #A2A2A2. Windows color (decimal): -7754322 or 11447689. OLE color: 11447689.

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

Color convert

RGB137173174-
CMYK0.210.0100.32
HSL181.62º18.59%60.98%-
HSV(B)181.62º21.26%68.24%-
XYZ32.938.2645.7-
YUV162.35134.57109.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=28.31%
G=35.74%
B=35.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371731740.210.0100.32181.6218.5960.98
Hex89ADAE151020b6133d
Octal2112552562510402662375
Binary10001001101011011010111010101101000001011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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