#86858B

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

Shades of Topaz #86858B

Tints of Topaz #86858B

Color information

#86858B (or 0x86858B) is unknown color: approx Topaz. HEX triplet: 86, 85 and 8B. RGB value is (134,133,139). Sum of RGB (Red+Green+Blue) = 134+133+139=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #86858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86858B is #797A74. Grayscale: #858585. Windows color (decimal): -7961205 or 9143686. OLE color: 9143686.

HSL color Cylindrical-coordinate representation of color #86858B: hue angle of 250º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #86858B is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134133139-
CMYK0.040.0400.45
HSL250º2.52%53.33%-
HSV(B)250º4.32%54.51%-
XYZ22.8823.7127.8-
YUV133.98130.83128.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=33.00%
G=32.76%
B=34.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341331390.040.0400.452502.5253.33
Hex86858B4402Dfa335
Octal20620521344055372365
Binary10000110100001011000101110010001011011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86858B; }

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

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

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

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

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

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

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

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