#878589

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

Shades of Topaz #878589

Tints of Topaz #878589

Color information

#878589 (or 0x878589) is unknown color: approx Topaz. HEX triplet: 87, 85 and 89. RGB value is (135,133,137). Sum of RGB (Red+Green+Blue) = 135+133+137=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #878589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878589 is #787A76. Grayscale: #868686. Windows color (decimal): -7895671 or 9012615. OLE color: 9012615.

HSL color Cylindrical-coordinate representation of color #878589: hue angle of 270º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878589 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135133137-
CMYK0.010.0300.46
HSL270º1.67%52.94%-
HSV(B)270º2.92%53.73%-
XYZ22.8923.7327.04-
YUV134.05129.66128.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=33.33%
G=32.84%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351331370.010.0300.462701.6752.94
Hex8785891302E10e235
Octal20720521113056416265
Binary100001111000010110001001111010111010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878589; }

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

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

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

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

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

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

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

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