#898192

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

Shades of Topaz #898192

Tints of Topaz #898192

Color information

#898192 (or 0x898192) is unknown color: approx Topaz. HEX triplet: 89, 81 and 92. RGB value is (137,129,146). Sum of RGB (Red+Green+Blue) = 137+129+146=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #898192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898192 is #767E6D. Grayscale: #858585. Windows color (decimal): -7765614 or 9601417. OLE color: 9601417.

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

Color convert

RGB137129146-
CMYK0.060.1200.43
HSL268.24º7.23%53.92%-
HSV(B)268.24º11.64%57.25%-
XYZ23.3623.0930.42-
YUV133.33135.15130.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=33.25%
G=31.31%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371291460.060.1200.43268.247.2353.92
Hex8981926C02B10c736
Octal211201222614053414766
Binary10001001100000011001001011011000101011100001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898192; }

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

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

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

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

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

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

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

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