#89808F

Color #89808F Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #89808F

Tints of Topaz #89808F

Color information

#89808F (or 0x89808F) is unknown color: approx Topaz. HEX triplet: 89, 80 and 8F. RGB value is (137,128,143). Sum of RGB (Red+Green+Blue) = 137+128+143=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 143 - color contains mainly: blue. Hex color #89808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89808F is #767F70. Grayscale: #848484. Windows color (decimal): -7765873 or 9404553. OLE color: 9404553.

HSL color Cylindrical-coordinate representation of color #89808F: hue angle of 276º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89808F is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137128143-
CMYK0.040.1000.44
HSL276º6.28%53.14%-
HSV(B)276º10.49%56.08%-
XYZ22.9922.7429.16-
YUV132.4133.98131.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=33.58%
G=31.37%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371281430.040.1000.442766.2853.14
Hex89808F4A02C114635
Octal211200217412054424665
Binary10001001100000001000111110010100101100100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89808F; }

 p { color: rgb(137,128,143); }

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

<style>
 a { background-color: #89808F; }

 a { background-color: rgb(137,128,143); }

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

<style>
 span { border-color: #89808F; }

 span { border-color: rgb(137,128,143); }

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