#858282

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

Shades of Grey #858282

Tints of Grey #858282

Color information

#858282 (or 0x858282) is unknown color: approx Grey. HEX triplet: 85, 82 and 82. RGB value is (133,130,130). Sum of RGB (Red+Green+Blue) = 133+130+130=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 133 - color contains mainly: red. Hex color #858282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858282 is #7A7D7D. Grayscale: #828282. Windows color (decimal): -8027518 or 8553093. OLE color: 8553093.

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

Color convert

RGB133130130-
CMYK00.020.020.48
HSL1.21%51.57%-
HSV(B)2.26%52.16%-
XYZ21.6822.5624.33-
YUV130.9127.49129.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=33.84%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313013000.020.020.4801.2151.57
Hex858282022300134
Octal205202202022600164
Binary1000010110000010100000100101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858282; }

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

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

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

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

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

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

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

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