#89ADAF

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

Shades of Ziggurat #89ADAF

Tints of Ziggurat #89ADAF

Color information

#89ADAF (or 0x89ADAF) is unknown color: approx Ziggurat. HEX triplet: 89, AD and AF. RGB value is (137,173,175). Sum of RGB (Red+Green+Blue) = 137+173+175=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #89ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAF is #765250. Grayscale: #A2A2A2. Windows color (decimal): -7754321 or 11513225. OLE color: 11513225.

HSL color Cylindrical-coordinate representation of color #89ADAF: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89ADAF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137173175-
CMYK0.220.0100.31
HSL183.16º19.19%61.18%-
HSV(B)183.16º21.71%68.63%-
XYZ3338.346.21-
YUV162.46135.07109.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=28.25%
G=35.67%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371731750.220.0100.31183.1619.1961.18
Hex89ADAF16101Fb7133d
Octal2112552572610372672375
Binary1000100110101101101011111011010111111011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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