#868585

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

Shades of Grey #868585

Tints of Grey #868585

Color information

#868585 (or 0x868585) is unknown color: approx Grey. HEX triplet: 86, 85 and 85. RGB value is (134,133,133). Sum of RGB (Red+Green+Blue) = 134+133+133=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 134 - color contains mainly: red. Hex color #868585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868585 is #797A7A. Grayscale: #858585. Windows color (decimal): -7961211 or 8750470. OLE color: 8750470.

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

Color convert

RGB134133133-
CMYK00.010.010.47
HSL0.41%52.35%-
HSV(B)0.75%52.55%-
XYZ22.4523.5425.55-
YUV133.3127.83128.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=33.5%
G=33.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413313300.010.010.4700.4152.35
Hex8685850112F0034
Octal206205205011570064
Binary10000110100001011000010101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868585; }

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

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

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

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

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

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

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

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