#898592

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

Shades of Topaz #898592

Tints of Topaz #898592

Color information

#898592 (or 0x898592) is unknown color: approx Topaz. HEX triplet: 89, 85 and 92. RGB value is (137,133,146). Sum of RGB (Red+Green+Blue) = 137+133+146=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #898592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898592 is #767A6D. Grayscale: #878787. Windows color (decimal): -7764590 or 9602441. OLE color: 9602441.

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

Color convert

RGB137133146-
CMYK0.060.0900.43
HSL258.46º5.63%54.71%-
HSV(B)258.46º8.9%57.25%-
XYZ23.8924.1730.6-
YUV135.68133.83128.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=32.93%
G=31.97%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371331460.060.0900.43258.465.6354.71
Hex8985926902B102637
Octal211205222611053402667
Binary10001001100001011001001011010010101011100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898592; }

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

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

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

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

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

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

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

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