#898585

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

Shades of Grey #898585

Tints of Grey #898585

Color information

#898585 (or 0x898585) is unknown color: approx Grey. HEX triplet: 89, 85 and 85. RGB value is (137,133,133). Sum of RGB (Red+Green+Blue) = 137+133+133=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 137 - color contains mainly: red. Hex color #898585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898585 is #767A7A. Grayscale: #868686. Windows color (decimal): -7764603 or 8750473. OLE color: 8750473.

HSL color Cylindrical-coordinate representation of color #898585: hue angle of 0º 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 #898585 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB137133133-
CMYK00.030.030.46
HSL1.67%52.94%-
HSV(B)2.92%53.73%-
XYZ22.9423.7925.57-
YUV134.2127.33130-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=34.00%
G=33.00%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713313300.030.030.4601.6752.94
Hex8985850332E0235
Octal211205205033560265
Binary10001001100001011000010101111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898585; }

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

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

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

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

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

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

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

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