#89868E

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

Shades of Topaz #89868E

Tints of Topaz #89868E

Color information

#89868E (or 0x89868E) is unknown color: approx Topaz. HEX triplet: 89, 86 and 8E. RGB value is (137,134,142). Sum of RGB (Red+Green+Blue) = 137+134+142=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 142 - color contains mainly: blue. Hex color #89868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89868E is #767971. Grayscale: #878787. Windows color (decimal): -7764338 or 9340553. OLE color: 9340553.

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

Color convert

RGB137134142-
CMYK0.040.0600.44
HSL262.5º3.42%54.12%-
HSV(B)262.5º5.63%55.69%-
XYZ23.7224.3229.04-
YUV135.81131.49128.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=33.17%
G=32.45%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371341420.040.0600.44262.53.4254.12
Hex89868E4602C107336
Octal21120621646054407366
Binary100010011000011010001110100110010110010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89868E; }

 p { color: rgb(137,134,142); }

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

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

 a { background-color: rgb(137,134,142); }

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

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

 span { border-color: rgb(137,134,142); }

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