Html Css Color HEX #898591 Topaz

📋 copy color: '#898591'

red 137 ◦ green 133 ◦ blue 145

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

Shades of Topaz #898591

Tints of Topaz #898591

RGB

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

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

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

R = 33.01%
G = 32.05%
B = 34.94%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#898591 (or 0x898591) is known color: Topaz. HEX triplet: 89, 85 and 91. RGB value is (137,133,145). Sum of RGB (Red+Green+Blue) = 137+133+145=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 145 - color contains mainly: blue. Hex color #898591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898591 is #767A6E. Grayscale: #878787. Windows color (decimal): -7764591 or 9536905. OLE color: 9536905.

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

Color convert

RGB 137 133 145 -
CMYK 0.06 0.08 0 0.43
HSL 260º 0.05% 0.55% -
HSV(B) 260º 0.08% 0.57% -
XYZ 23.81 24.14 30.19 -
YUV 135.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 137 133 145 0.06 0.08 0 0.43 260 0.05 0.55
Hex 89 85 91 6 8 0 2B 104 5 37
Octal 211 205 221 6 10 0 53 404 5 67
Binary 10001001 10000101 10010001 110 1000 0 101011 100000100 101 110111

Color Harmonies of #898591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898591

Black with #898591

Text Example


Text Example

White with #898591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898591; }

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

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

background-color css

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

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

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

border-color css

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

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

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