#898092

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

Shades of Topaz #898092

Tints of Topaz #898092

Color information

#898092 (or 0x898092) is unknown color: approx Topaz. HEX triplet: 89, 80 and 92. RGB value is (137,128,146). Sum of RGB (Red+Green+Blue) = 137+128+146=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #898092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898092 is #767F6D. Grayscale: #848484. Windows color (decimal): -7765870 or 9601161. OLE color: 9601161.

HSL color Cylindrical-coordinate representation of color #898092: hue angle of 270º degrees, saturation: 0.08, 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 #898092 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137128146-
CMYK0.060.1200.43
HSL270º7.63%53.73%-
HSV(B)270º12.33%57.25%-
XYZ23.2222.8330.38-
YUV132.74135.48131.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=33.33%
G=31.14%
B=35.52%

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
Decimal1371281460.060.1200.432707.6353.73
Hex8980926C02B10e836
Octal2112002226140534161066
Binary100010011000000010010010110110001010111000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898092; }

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

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

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

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

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

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

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

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