#898292

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

Shades of Topaz #898292

Tints of Topaz #898292

Color information

#898292 (or 0x898292) is unknown color: approx Topaz. HEX triplet: 89, 82 and 92. RGB value is (137,130,146). Sum of RGB (Red+Green+Blue) = 137+130+146=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #898292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898292 is #767D6D. Grayscale: #858585. Windows color (decimal): -7765358 or 9601673. OLE color: 9601673.

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

Color convert

RGB137130146-
CMYK0.060.1100.43
HSL266.25º6.84%54.12%-
HSV(B)266.25º10.96%57.25%-
XYZ23.4923.3630.46-
YUV133.92134.82130.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=33.17%
G=31.48%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371301460.060.1100.43266.256.8454.12
Hex8982926B02B10a736
Octal211202222613053412766
Binary10001001100000101001001011010110101011100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898292; }

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

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

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

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

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

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

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

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