#89A3AD

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

Shades of Bali Hai #89A3AD

Tints of Bali Hai #89A3AD

Color information

#89A3AD (or 0x89A3AD) is unknown color: approx Bali Hai. HEX triplet: 89, A3 and AD. RGB value is (137,163,173). Sum of RGB (Red+Green+Blue) = 137+163+173=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A3AD is #765C52. Grayscale: #9C9C9C. Windows color (decimal): -7756883 or 11379593. OLE color: 11379593.

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

Color convert

RGB137163173-
CMYK0.210.0600.32
HSL196.67º18%60.78%-
HSV(B)196.67º20.81%67.84%-
XYZ30.9634.5344.57-
YUV156.37137.39114.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=28.96%
G=34.46%
B=36.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371631730.210.0600.32196.671860.78
Hex89A3AD156020c5123d
Octal2112432552560403052275
Binary1000100110100011101011011010111001000001100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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