Html Css Color HEX #858485 Taupe Grey

📋 copy color: '#858485'

red 133 ◦ green 132 ◦ blue 133

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

Shades of Taupe Grey #858485

Tints of Taupe Grey #858485

RGB

 RED value IS 133 (52.34% from 255) = 33.42%

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 33.42%
G = 33.17%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#858485 (or 0x858485) is known color: Taupe Grey. HEX triplet: 85, 84 and 85. RGB value is (133,132,133). Sum of RGB (Red+Green+Blue) = 133+132+133=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858485 is #7A7B7A. Grayscale: #848484. Windows color (decimal): -8027003 or 8750213. OLE color: 8750213.

HSL color Cylindrical-coordinate representation of color #858485: hue angle of 300º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858485 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 133 -
CMYK 0 0.01 0 0.48
HSL 300º 0% 0.52% -
HSV(B) 300º 0.01% 0.52% -
XYZ 22.16 23.18 25.5 -
YUV 132.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 133 132 133 0 0.01 0 0.48 300 0 0.52
Hex 85 84 85 0 1 0 30 12C 0 34
Octal 205 204 205 0 1 0 60 454 0 64
Binary 10000101 10000100 10000101 0 1 0 110000 100101100 0 110100

Color Harmonies of #858485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858485

Black with #858485

Text Example


Text Example

White with #858485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858485; }

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

 H1.HeaderClassName
 {
   color: #858485;
 }
 .AnyTagClassName
 {
   color: #858485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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