#89848D

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

Shades of Topaz #89848D

Tints of Topaz #89848D

Color information

#89848D (or 0x89848D) is unknown color: approx Topaz. HEX triplet: 89, 84 and 8D. RGB value is (137,132,141). Sum of RGB (Red+Green+Blue) = 137+132+141=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: blue. Hex color #89848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89848D is #767B72. Grayscale: #868686. Windows color (decimal): -7764851 or 9274505. OLE color: 9274505.

HSL color Cylindrical-coordinate representation of color #89848D: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89848D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB137132141-
CMYK0.030.0600.45
HSL273.33º3.8%53.53%-
HSV(B)273.33º6.38%55.29%-
XYZ23.3823.7428.55-
YUV134.52131.66129.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=33.41%
G=32.20%
B=34.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371321410.030.0600.45273.333.853.53
Hex89848D3602D111436
Octal21120421536055421466
Binary100010011000010010001101111100101101100010001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89848D; }

 p { color: rgb(137,132,141); }

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

<style>
 a { background-color: #89848D; }

 a { background-color: rgb(137,132,141); }

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

<style>
 span { border-color: #89848D; }

 span { border-color: rgb(137,132,141); }

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