#89858E

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

Shades of Topaz #89858E

Tints of Topaz #89858E

Color information

#89858E (or 0x89858E) is unknown color: approx Topaz. HEX triplet: 89, 85 and 8E. RGB value is (137,133,142). Sum of RGB (Red+Green+Blue) = 137+133+142=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #89858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89858E is #767A71. Grayscale: #878787. Windows color (decimal): -7764594 or 9340297. OLE color: 9340297.

HSL color Cylindrical-coordinate representation of color #89858E: hue angle of 266.67º degrees, saturation: 0.04, 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 #89858E is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137133142-
CMYK0.040.0600.44
HSL266.67º3.83%53.92%-
HSV(B)266.67º6.34%55.69%-
XYZ23.5924.0528.99-
YUV135.22131.83129.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=33.25%
G=32.28%
B=34.47%

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
Decimal1371331420.040.0600.44266.673.8353.92
Hex89858E4602C10b436
Octal21120521646054413466
Binary1000100110000101100011101001100101100100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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