Html Css Color HEX #89A4AB Ziggurat

📋 copy color: '#89A4AB'

red 137 ◦ green 164 ◦ blue 171

#89A4AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #89A4AB

Tints of Ziggurat #89A4AB

RGB

 RED value IS 137 (53.91% from 255) = 29.03%

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 29.03%
G = 34.75%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#89A4AB (or 0x89A4AB) is known color: Ziggurat. HEX triplet: 89, A4 and AB. RGB value is (137,164,171). Sum of RGB (Red+Green+Blue) = 137+164+171=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A4AB is #765B54. Grayscale: #9C9C9C. Windows color (decimal): -7756629 or 11248777. OLE color: 11248777.

HSL color Cylindrical-coordinate representation of color #89A4AB: hue angle of 192.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89A4AB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 164 171 -
CMYK 0.20 0.04 0 0.33
HSL 192.35º 0.17% 0.6% -
HSV(B) 192.35º 0.2% 0.67% -
XYZ 30.94 34.81 43.62 -
YUV 156.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 137 164 171 0.20 0.04 0 0.33 192.35 0.17 0.6
Hex 89 A4 AB 14 4 0 21 C0 11 3C
Octal 211 244 253 24 4 0 41 300 21 74
Binary 10001001 10100100 10101011 10100 100 0 100001 11000000 10001 111100

Color Harmonies of #89A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4AB

Black with #89A4AB

Text Example


Text Example

White with #89A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,164,171); }

 H1.HeaderClassName
 {
   color: #89A4AB;
 }
 .AnyTagClassName
 {
   color: #89A4AB;
 }
</style>

background-color css

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

 a { background-color: rgb(137,164,171); }

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

border-color css

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

 span { border-color: rgb(137,164,171); }

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