#89A2A5

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

Shades of Ziggurat #89A2A5

Tints of Ziggurat #89A2A5

Color information

#89A2A5 (or 0x89A2A5) is unknown color: approx Ziggurat. HEX triplet: 89, A2 and A5. RGB value is (137,162,165). Sum of RGB (Red+Green+Blue) = 137+162+165=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 165 - color contains mainly: blue. Hex color #89A2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A2A5 is #765D5A. Grayscale: #9A9A9A. Windows color (decimal): -7757147 or 10855049. OLE color: 10855049.

HSL color Cylindrical-coordinate representation of color #89A2A5: hue angle of 186.43º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A2A5 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137162165-
CMYK0.170.0200.35
HSL186.43º13.46%59.22%-
HSV(B)186.43º16.97%64.71%-
XYZ30.0333.8840.55-
YUV154.87133.72115.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=29.53%
G=34.91%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371621650.170.0200.35186.4313.4659.22
Hex89A2A5112023bad3b
Octal2112422452120432721573
Binary10001001101000101010010110001100100011101110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,165); }

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

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

 a { background-color: rgb(137,162,165); }

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

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

 span { border-color: rgb(137,162,165); }

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