Html Css Color HEX #898585 Grey

📋 copy color: '#898585'

red 137 ◦ green 133 ◦ blue 133

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

Shades of Grey #898585

Tints of Grey #898585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 34%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#898585 (or 0x898585) is known color: 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

RGB 137 133 133 -
CMYK 0 0.03 0.03 0.46
HSL 0.02% 0.53% -
HSV(B) 0.03% 0.54% -
XYZ 22.94 23.79 25.57 -
YUV 134.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 137 133 133 0 0.03 0.03 0.46 0 0.02 0.53
Hex 89 85 85 0 3 3 2E 0 2 35
Octal 211 205 205 0 3 3 56 0 2 65
Binary 10001001 10000101 10000101 0 11 11 101110 0 10 110101

Color Harmonies of #898585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898585

Black with #898585

Text Example


Text Example

White with #898585

Text Example


Text Example

HTML Codes & Css Web 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>