Html Css Color HEX #898491 Topaz

📋 copy color: '#898491'

red 137 ◦ green 132 ◦ blue 145

#898491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #898491

Tints of Topaz #898491

RGB

 RED value IS 137 (53.91% from 255) = 33.09%

 GREEN value IS 132 (51.95% from 255) = 31.88%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 33.09%
G = 31.88%
B = 35.02%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#898491 (or 0x898491) is known color: Topaz. HEX triplet: 89, 84 and 91. RGB value is (137,132,145). Sum of RGB (Red+Green+Blue) = 137+132+145=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 145 - color contains mainly: blue. Hex color #898491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898491 is #767B6E. Grayscale: #868686. Windows color (decimal): -7764847 or 9536649. OLE color: 9536649.

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

Color convert

RGB 137 132 145 -
CMYK 0.06 0.09 0 0.43
HSL 263.08º 0.06% 0.54% -
HSV(B) 263.08º 0.09% 0.57% -
XYZ 23.68 23.87 30.15 -
YUV 134.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 137 132 145 0.06 0.09 0 0.43 263.08 0.06 0.54
Hex 89 84 91 6 9 0 2B 107 6 36
Octal 211 204 221 6 11 0 53 407 6 66
Binary 10001001 10000100 10010001 110 1001 0 101011 100000111 110 110110

Color Harmonies of #898491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898491

Black with #898491

Text Example


Text Example

White with #898491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898491; }

 p { color: rgb(137,132,145); }

 H1.HeaderClassName
 {
   color: #898491;
 }
 .AnyTagClassName
 {
   color: #898491;
 }
</style>

background-color css

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

 a { background-color: rgb(137,132,145); }

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

border-color css

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

 span { border-color: rgb(137,132,145); }

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