#858383

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

Shades of Grey #858383

Tints of Grey #858383

Color information

#858383 (or 0x858383) is unknown color: approx Grey. HEX triplet: 85, 83 and 83. RGB value is (133,131,131). Sum of RGB (Red+Green+Blue) = 133+131+131=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858383 is #7A7C7C. Grayscale: #838383. Windows color (decimal): -8027261 or 8618885. OLE color: 8618885.

HSL color Cylindrical-coordinate representation of color #858383: 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 #858383 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB133131131-
CMYK00.020.020.48
HSL0.81%51.76%-
HSV(B)1.5%52.16%-
XYZ21.8922.8624.73-
YUV131.6127.66129-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=33.67%
G=33.16%
B=33.16%

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
Decimal13313113100.020.020.4800.8151.76
Hex858383022300134
Octal205203203022600164
Binary1000010110000011100000110101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858383; }

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

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

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

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

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

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

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

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