#898392

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

Shades of Topaz #898392

Tints of Topaz #898392

Color information

#898392 (or 0x898392) is unknown color: approx Topaz. HEX triplet: 89, 83 and 92. RGB value is (137,131,146). Sum of RGB (Red+Green+Blue) = 137+131+146=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #898392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898392 is #767C6D. Grayscale: #868686. Windows color (decimal): -7765102 or 9601929. OLE color: 9601929.

HSL color Cylindrical-coordinate representation of color #898392: hue angle of 264º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898392 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137131146-
CMYK0.060.1000.43
HSL264º6.44%54.31%-
HSV(B)264º10.27%57.25%-
XYZ23.6223.6330.51-
YUV134.5134.49129.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=33.09%
G=31.64%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371311460.060.1000.432646.4454.31
Hex8983926A02B108636
Octal211203222612053410666
Binary10001001100000111001001011010100101011100001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898392; }

 p { color: rgb(137,131,146); }

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

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

 a { background-color: rgb(137,131,146); }

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

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

 span { border-color: rgb(137,131,146); }

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