#89959B

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

Shades of Bali Hai #89959B

Tints of Bali Hai #89959B

Color information

#89959B (or 0x89959B) is unknown color: approx Bali Hai. HEX triplet: 89, 95 and 9B. RGB value is (137,149,155). Sum of RGB (Red+Green+Blue) = 137+149+155=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #89959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89959B is #766A64. Grayscale: #929292. Windows color (decimal): -7760485 or 10196361. OLE color: 10196361.

HSL color Cylindrical-coordinate representation of color #89959B: hue angle of 200º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89959B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137149155-
CMYK0.120.0400.39
HSL200º8.26%57.25%-
HSV(B)200º11.61%60.78%-
XYZ26.9829.1835.22-
YUV146.1133.02121.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.07%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=31.07%
G=33.79%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371491550.120.0400.392008.2657.25
Hex89959BC4027c8839
Octal2112252331440473101071
Binary10001001100101011001101111001000100111110010001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89959B; }

 p { color: rgb(137,149,155); }

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

<style>
 a { background-color: #89959B; }

 a { background-color: rgb(137,149,155); }

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

<style>
 span { border-color: #89959B; }

 span { border-color: rgb(137,149,155); }

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