Html Css Color HEX #898590 Topaz

📋 copy color: '#898590'

red 137 ◦ green 133 ◦ blue 144

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

Shades of Topaz #898590

Tints of Topaz #898590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 33.09%
G = 32.13%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898590 (or 0x898590) is known color: Topaz. HEX triplet: 89, 85 and 90. RGB value is (137,133,144). Sum of RGB (Red+Green+Blue) = 137+133+144=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #898590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898590 is #767A6F. Grayscale: #878787. Windows color (decimal): -7764592 or 9471369. OLE color: 9471369.

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

Color convert

RGB 137 133 144 -
CMYK 0.05 0.08 0 0.44
HSL 261.82º 0.05% 0.54% -
HSV(B) 261.82º 0.08% 0.56% -
XYZ 23.74 24.11 29.79 -
YUV 135.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 137 133 144 0.05 0.08 0 0.44 261.82 0.05 0.54
Hex 89 85 90 5 8 0 2C 106 5 36
Octal 211 205 220 5 10 0 54 406 5 66
Binary 10001001 10000101 10010000 101 1000 0 101100 100000110 101 110110

Color Harmonies of #898590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898590

Black with #898590

Text Example


Text Example

White with #898590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898590; }

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

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

background-color css

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

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

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

border-color css

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

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

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