#898390

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

Shades of Topaz #898390

Tints of Topaz #898390

Color information

#898390 (or 0x898390) is unknown color: approx Topaz. HEX triplet: 89, 83 and 90. RGB value is (137,131,144). Sum of RGB (Red+Green+Blue) = 137+131+144=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 144 - color contains mainly: blue. Hex color #898390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898390 is #767C6F. Grayscale: #868686. Windows color (decimal): -7765104 or 9470857. OLE color: 9470857.

HSL color Cylindrical-coordinate representation of color #898390: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898390 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137131144-
CMYK0.050.0900.44
HSL267.69º5.53%53.92%-
HSV(B)267.69º9.03%56.47%-
XYZ23.4723.5629.7-
YUV134.28133.49129.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=33.25%
G=31.80%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371311440.050.0900.44267.695.5353.92
Hex8983905902C10c636
Octal211203220511054414666
Binary10001001100000111001000010110010101100100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898390; }

 p { color: rgb(137,131,144); }

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

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

 a { background-color: rgb(137,131,144); }

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

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

 span { border-color: rgb(137,131,144); }

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