#868587

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

Shades of Topaz #868587

Tints of Topaz #868587

Color information

#868587 (or 0x868587) is unknown color: approx Topaz. HEX triplet: 86, 85 and 87. RGB value is (134,133,135). Sum of RGB (Red+Green+Blue) = 134+133+135=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 135 - color contains mainly: blue. Hex color #868587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868587 is #797A78. Grayscale: #858585. Windows color (decimal): -7961209 or 8881542. OLE color: 8881542.

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

Color convert

RGB134133135-
CMYK0.010.0100.47
HSL270º0.83%52.55%-
HSV(B)270º1.48%52.94%-
XYZ22.5923.5926.28-
YUV133.53128.83128.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=33.33%
G=33.08%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341331350.010.0100.472700.8352.55
Hex8685871102F10e135
Octal20620520711057416165
Binary1000011010000101100001111101011111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868587; }

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

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

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

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

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

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

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

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