#898492

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

Shades of Topaz #898492

Tints of Topaz #898492

Color information

#898492 (or 0x898492) is unknown color: approx Topaz. HEX triplet: 89, 84 and 92. RGB value is (137,132,146). Sum of RGB (Red+Green+Blue) = 137+132+146=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #898492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898492 is #767B6D. Grayscale: #878787. Windows color (decimal): -7764846 or 9602185. OLE color: 9602185.

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

Color convert

RGB137132146-
CMYK0.060.1000.43
HSL261.43º6.03%54.51%-
HSV(B)261.43º9.59%57.25%-
XYZ23.7623.930.55-
YUV135.09134.16129.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=33.01%
G=31.81%
B=35.18%

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
Decimal1371321460.060.1000.43261.436.0354.51
Hex8984926A02B105637
Octal211204222612053405667
Binary10001001100001001001001011010100101011100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898492; }

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

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

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

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

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

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

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

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